🔐 API Key Authentication
API Key Format:
- Use the
X-API-Keyheader for all API requests - Example:
X-API-Key: your-api-key-here
API Key Security:
- Store API keys securely (environment variables, secret managers)
- Never commit API keys to version control or logs
- Use different API keys for development, staging, and production environments