Admin & Settings
API Keys
Create and manage API keys for programmatic access.
API Keys
Creating a Key
- Go to Settings > API Keys
- Click Create API Key
- Give it a name and optional expiry date
- Copy the key immediately (shown only once)
Usage
Include the key as a Bearer token in the Authorization header:
```
Authorization: Bearer sk_live_your_key_here
```
Security
- Keys are SHA-256 hashed in the database
- Rotate keys regularly
- Delete unused keys promptly
Tags
apikeysauthenticationdeveloper
Was this article helpful?
Let us know so we can improve the help center.