Management API
Dashboard-backed management APIs for keys, agents, usage, balance, and routing.
Management routes live on relixr.com under /api/* and require a signed-in workspace session (or a management key where documented). They are distinct from the inference gateway at https://api.relixr.com/v1.
Common surfaces
| Area | Examples |
|---|---|
| Keys | POST /api/keys, rotate, revoke |
| Agents | GET/POST /api/agents, demo, validate, promote, spend |
| Usage | GET /api/usage, GET /api/usage/requests/[requestId] |
| Balance | GET /api/workspace/balance |
| Routing / guardrails | Dashboard settings APIs under /api/… |
| Doctor | POST /api/integration/diagnose |
All new routes use withGuard. Prefer the dashboard UI for day-to-day ops; use management APIs for automation.
See also Authentication and OpenAPI for the inference contract.
Was this helpful?
Still stuck? Help center · Doctor