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.
MCP server
Connect Claude, Cursor, or any MCP client to your account in under a minute. Ask questions like "what did customers call about this week?" and get answers from your real conversations.
REST API
Read-only JSON endpoints for conversations, tasks, contacts, and stats. Team-scoped, paginated, and authenticated with API keys you control.
Quickstart
Create an API key in your dashboard under Team Settings → API Keys, then make your first request:
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.