Create a key
- In the dashboard, go to Settings → API Keys.
- Click New and name the key after the system that will use it (for example
production-api). - Copy the key from the confirmation modal.
.env
Manage keys
The Active Keys table lists every key with its name, a key hint (the only part of the key that remains visible), status, and creation date.- Use one key per environment or service so keys can be rotated independently.
- Delete a key to revoke it. Requests with a deleted key fail immediately with
401 Unauthorized.
Rotation
- Create a new key.
- Update the secret in your deployment environment.
- Delete the old key once nothing uses it.