API Key Management

Manage Keys

POST/api/keysJWT

Create a new API key. The full key is returned only once — save it immediately.

namestring*
A label for this key (e.g. "production", "staging")
planstring
Plan tier: "starter" (default), "growth", or "enterprise"
GET/api/keysJWT

List all API keys for your account. Returns key prefix only (never the full key).

DELETE/api/keys/{key_id}JWT

Revoke an API key permanently. All requests using this key will return 401.