API Keys
All API requests require an API key. Include it in theX-API-Key header:
Authorization: Bearer header:
Getting a key
- Sign up at app.ringbee.dev
- Go to the dashboard
- Click Create API Key
- Copy the key — it’s only shown once
Key security
- API keys are hashed (SHA-256) before storage — we never store the raw key
- Revoke compromised keys immediately from the dashboard
- Use separate keys for development and production
- Never commit keys to source control