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

AreaExamples
KeysPOST /api/keys, rotate, revoke
AgentsGET/POST /api/agents, demo, validate, promote, spend
UsageGET /api/usage, GET /api/usage/requests/[requestId]
BalanceGET /api/workspace/balance
Routing / guardrailsDashboard settings APIs under /api/…
DoctorPOST /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

OpenAPIHeaders & metadata