API Keys
API keys are managed through the Console. They cannot be retrieved via API after creation.
⚠
There are no REST endpoints for managing API keys. All key operations (create, revoke, rename) are performed through the Console → API Keys interface.
Key Lifecycle
- Create — Generate a new key with an optional name and optional IP allowlist.
- Copy — The full key is shown only once. Store it securely.
- Use — Pass as
Bearer <key>in the Authorization header. - Revoke — Delete the key from Console at any time. Revocation is immediate.
Need to mint keys for customers or devices without opening the Console? See Provisioning Keys.