Create API Key
POST/v1/api-keys
Create a new API key.
The full key is returned ONLY in this response. Store it securely — it cannot be retrieved again.
Key format: bess_sk_live_{32_hex_chars}
A scoped API key cannot mint a key with broader scopes or a higher rate-limit tier than its own (privilege-escalation guard).
Request
Responses
- 201
- 400
- 401
- 422
API key created. The full key is included and will not be shown again.
Invalid scopes or rate limit tier.
Authentication required (JWT user context).
Validation Error