Get started

API reference

Reach Inbox Triage from your own code or agent. Two ways in, one account: a JSON REST API and an MCP server.

Base URL

REST
https://getinboxtriage.com/api
MCP (Streamable HTTP)
https://getinboxtriage.com/mcp

Two ways in

Quick start

  1. Create a key. Sign in and open Settings. Create an API key and copy it. It is shown once.
  2. Store it. Put it in an environment variable, not in chat or in code.
Shell
export INBOX_TRIAGE_KEY="itk_..."
  1. Make your first call. List the inboxes on the account.
Request
curl "https://getinboxtriage.com/api/inboxes" \
  -H "Authorization: Bearer $INBOX_TRIAGE_KEY"

Next, read Authentication and the Safety rules, then pick an endpoint from the menu.

Reference

For agents

Machine-readable summaries: /llms.txt, /capabilities.json, and /pricing.json. Step-by-step playbook: Agent setup guide.

Security contact

Report a security problem to help@getinboxtriage.com. The machine-readable contact is at /.well-known/security.txt, and the policy is on the Security page.