Skip to main content

Developers

Your front office, programmable

Every call, chat, text, and email your AI handles is your data. Pull it into your tools, your reports, and your own AI assistants — through a clean REST API or a plug-and-play MCP server.

Quickstart

Create an API key in your dashboard under Team Settings → API Keys, then make your first request:

Terminal
curl https://answeringagent.com/api/v1/stats?days=30 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

Or skip the code entirely — point an MCP client at https://answeringagent.com/mcp and your AI assistant can explore your conversations, tasks, contacts, and stats on its own.

How access works

API keys see exactly what the person who created them can see in the dashboard — the same team, the same locations, the same conversations. Everything is read-only today, so you can hand a key to a reporting tool or an AI assistant without worrying about it changing anything. Revoke any key at any time from the dashboard.