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.
Base URL
All examples in this documentation use:Dashboard or browser cannot reach the API
If requests fromhttps://oneinbox-dashboard.vercel.app (or your site) fail in the browser but curl works, check two separate browser rules:
| Symptom | Likely cause | Fix |
|---|---|---|
Mixed Content in the console | HTTPS page calling an HTTP API | Use https://api.oneinbox.ai — browsers block HTTP API calls from HTTPS pages |
blocked by CORS policy | API not returning CORS headers | OneInbox returns Access-Control-Allow-Origin: * — redeploy backend v0.2.6+ if you still see CORS errors |
Recommended setup
- HTTPS on
api.oneinbox.ai— TLS on port 443 with a reverse proxy (Caddy, ALB, or Cloudflare) forwarding to the API process. - Dashboard env — set the API base URL to
https://api.oneinbox.ai(no port in the URL when the proxy handles it). - CORS — already enabled with wildcard origin on the API.
Temporary: curl and server-side only
If HTTPS on port 443 is not live yet, you can still test with curl, Postman, or a backend server using:401 Unauthorized
| Check | Action |
|---|---|
| Header format | Authorization: Bearer <api_key> — include the word Bearer and a space |
| Key source | Create or copy the key from Dashboard → API Keys |
| Revoked key | Create a new key if the old one was deleted |
Local docs preview
Run the Mintlify dev server from the docs repo:Mintlify broken links
From themintlify folder: