RelayOrb

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

View GitHub repoBack to landing page