API keys
Create an API key in Settings, under Advanced, in Agent API keys. Send it as
Authorization: Bearer <key> to the MCP endpoint or the REST API. The key is shown once.Create a key
- Open Settings and expand Advanced.
- Under Agent API keys, enter a New key label, like "Claude on my laptop".
- Choose Create API key. Copy the key now. It will not be shown again.
Only you can create keys, while signed in to the website. A key cannot create more keys.
Use it
Authorization: Bearer <your key>
Send this header to https://getinboxtriage.com/mcp or to routes under https://getinboxtriage.com/api. Start with
the API reference.
Limits
- The trial allows 1 key. Pro allows 3.
- Each key has a per-minute request limit. Normal use does not reach it.
Keep it safe
Anyone with the key can read your synced mail. We store only a hash of it. Revoke a key in the same table with Revoke. Prefer OAuth sign-in when your app supports it, so there is no key to leak.
Still stuck? Email help@getinboxtriage.com.