Management keys cannot call
/v1/chat/completions or other inference endpoints. Standard keys cannot manage other keys.
Creating a Management API Key
- Go to ARouter Dashboard
- Click New Key
- Select Management Key type
- Copy the key — it’s shown only once
Use Cases
Management keys are designed for:- CI/CD pipelines that rotate application keys on deployment
- Key provisioning services that create per-user or per-tenant keys
- Admin scripts that audit or clean up unused keys
- Terraform / infrastructure-as-code that manages key lifecycle
Key Management Endpoints
All management endpoints require a Management API key:List Keys
Create a Key
The
key value is returned only once at creation time. Store it securely — it cannot be retrieved again.Update a Key
Delete a Key
Key Object Reference
Automated Key Rotation
See API Key Rotation for a complete guide to zero-downtime key rotation using Management keys.Related
- Key Management — Managing keys from the Dashboard
- API Key Rotation — Automated rotation strategies
- Guardrails — Setting limits and policies on keys