Anonymous public demo
Try RelayOrb now
Demo endpoint (current): http://34.8.48.11
Endpoint can change over time. Canonical source of truth isdocs/DEMO.md on main.
Demo curl
curl -sS -X POST "http://34.8.48.11/v1/invoke" \
-H "Content-Type: application/json" \
-d '{
"requestId": "demo-001",
"caller": { "agentId": "anon" },
"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.