Self-hosted demo posture
Run the RelayOrb demo yourself
The hosted anonymous demo has been retired. The Terraform demo module remains available if you want the same read-only posture in your own project.
Canonical setup guidance stays indocs/DEMO.md on main, including guardrails and the module inputs.
Self-hosted demo curl
curl -sS -X POST "https://YOUR-DEMO-URL/v1/invoke" \
-H "Content-Type: application/json" \
-d '{
"requestId": "demo-001",
"caller": { "agentId": "anon", "role": "demo" },
"capability": "rag.search@v1",
"payload": { "query": "What is RelayOrb?" }
}'Guardrails in this demo
- Anonymous invoke enabled, with strict caps and edge rate limits.
- Read-only capability allowlist for safe public use.
/v1/submitand job endpoints are disabled.- Gateway is LB-only; registry/worker remain private via IAM.