Skip to main content
Every OneInbox API request uses one credential: your API key.

Get your API key

  1. Sign up or log in at the OneInbox dashboard
  2. Open API Keys
  3. Click Create API key, give it a name, and copy the key
You can view and manage keys anytime from the dashboard — create new keys or revoke old ones as needed.

How to send it

Add this header to every request:
Authorization: Bearer <api_key>
Example:
curl https://api.oneinbox.ai/v1/agents \
  -H "Authorization: Bearer <api_key>"

Quick reference

ActionWhere
Create or revoke API keysDashboardAPI Keys
Call agents, models, calls, etc.Authorization: Bearer <api_key> on every request
Full walkthrough → Quickstart