API Keys
Manage API keys for programmatic access to the Red Dwarf API
No API Keys
Create an API key to access the Red Dwarf API programmatically
Using API Keys
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
API keys have the same permissions as the user who created them, limited by the selected scopes.
Security Best Practices
- Never share your API keys or commit them to source control
- Use environment variables to store keys in production
- Create separate keys for different applications
- Revoke unused keys and rotate keys periodically