Authentication

All API requests require authentication via an API key.

API Key

Pass the key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Security

  • Do not commit API keys to version control.
  • Use environment variables or a secrets manager.
  • Rotate keys periodically from the dashboard.