API Keys
Learn how to generate and use API keys securely
Generating API Keys
API keys are your primary method of authentication with Dendrer. You can generate multiple keys for different applications or environments.
Security Best Practices
• Never commit API keys to version control
• Use environment variables to store keys
• Rotate keys regularly
• Use different keys for development and production
• Monitor key usage for unusual activity
Using API Keys
Include your API key in the Authorization header of all requests:
Authorization: Bearer YOUR_API_KEY