RelayOrb

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

View GitHub repoBack to landing page