Documentation Index
Fetch the complete documentation index at: https://docs.inboxmate.psquared.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token
All requests require a Bearer token in theAuthorization header. The token is sent with every JSON-RPC request.
Getting your API key
- Go to Settings > API in your InboxMate dashboard
- Click Generate API key
- Copy and store the key securely — it won’t be shown again
Key management
- You can generate multiple API keys per workspace
- Revoke compromised keys immediately from the settings page
- Each key is scoped to your workspace — it can only access your own agents, conversations, contacts, and knowledge
Security
- API keys are hashed (SHA-256) before storage — we never store the raw key
- Keys support optional expiration dates
- All requests are scoped to your account — you cannot access other workspaces
Requirements
- Business plan or higher is required for API access
- Requests from lower-tier accounts receive a
403error with a message indicating the required plan