Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage your API keys — list, create, and revoke.
curl "https://api.arbiterapi.com/v1/keys" \ -H "Authorization: Bearer YOUR_JWT"
curl -X POST "https://api.arbiterapi.com/v1/keys" \ -H "Authorization: Bearer YOUR_JWT" \ -H "Content-Type: application/json" \ -d '{"label": "production"}'
curl -X DELETE "https://api.arbiterapi.com/v1/keys/KEY_ID" \ -H "Authorization: Bearer YOUR_JWT"