Skip to main content

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.

Every OneInbox API request uses one credential: your API key.

Get your API key

  1. Log in to 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>"

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

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