Every OneInbox API request uses one credential: your API key.Documentation Index
Fetch the complete documentation index at: https://docs.oneinbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get your API key
- Log in to the OneInbox dashboard
- Open API Keys
- Click Create API key, give it a name, and copy the key
How to send it
Add this header to every request:Common mistakes
Missing or wrong API key
Symptom:401 Unauthorized on any endpoint.
Fix: Copy the full key from the dashboard and use Authorization: Bearer <api_key>.
Revoked or lost key
Create a new key in the dashboard and revoke the old one if needed.Quick reference
| Action | Where |
|---|---|
| Create or revoke API keys | Dashboard → API Keys |
| Call agents, models, calls, etc. | Authorization: Bearer <api_key> on every request |