api/authentication.md
Authentication
API key-based authentication for secure access to Danbot's API.
🔐 API Key Setup
Obtaining API Keys
Contact @pm0xff for API key access.
Authentication Methods
Authorization Header (Recommended)
Authorization: Bearer YOUR_API_KEY
X-API-Key Header
X-API-Key: YOUR_API_KEY
🔒 Security Best Practices
- Store API keys securely
- Use HTTPS only
- Rotate keys regularly
- Monitor usage