Skip to main content
ARouter uses two distinct types of API keys with different permissions: Management keys cannot call /v1/chat/completions or other inference endpoints. Standard keys cannot manage other keys.

Creating a Management API Key

  1. Go to ARouter Dashboard
  2. Click New Key
  3. Select Management Key type
  4. 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

Response:
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.