Hosted RelayGate in the loop. No infrastructure to operate, receipts in the hosted console, managed upgrades.
curl https://api.relaygate.ai/v1/chat/completions \
-H "Authorization: Bearer rly_live_..." \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{ "role": "user", "content": "hello" }]
}'
# policy.yaml
route:
default: openai
by_tenant:
tenant.plan == "pro": anthropic-direct
rate_limit:
per_minute: 600
workers:
- pii-scrub
- metering
- audit-log
Every request produces a signed receipt; the hosted console aggregates them by tenant, route, and outcome. Prometheus endpoint at /metrics. OTLP traces stream to the hosted collector.