Reference
API Keys
Issuing and managing API keys
Issuing
- Open "API Keys" in the sidebar
- Click "New API Key"
- Enter a name and issue
The complete key is only shown at issuance. Store it in a safe place.
Management
View and delete issued keys on the "API Keys" page. Use "Reveal" to show the full key again.
Permissions
API keys have member level permissions (→ Roles and Permissions).
Security
- Don't hardcode in source code
- Manage with environment variables or secret management systems
- Delete keys promptly when no longer needed
- Issue separate keys for different purposes