Agoralia Docs
Agoralia is a B2B AI voice-calling platform you drive over MCP, REST, or CLI. Build compliant voice agents, place calls, and run campaigns programmatically.
Agoralia
Agoralia is a B2B AI voice-calling platform. You build voice agents, place calls, and run campaigns programmatically — no configuration wizard. The dashboard is read-only: live data, an audit trail of every action, and human approvals for anything risky.
You drive Agoralia through three surfaces over one gated core:
- MCP — connect Claude (or any MCP client) and let it operate Agoralia as tools.
- REST API — call it from any backend or script.
- CLI — run
agoraliafrom your terminal or CI.
Every action passes through the same gate — RBAC, per-country compliance, DNC/disclosure rules, pre-flight checks, and spend guards — regardless of which surface you use.
The three surfaces
| Surface | Use it when | Auth |
|---|---|---|
MCP (https://api.agoralia.app/mcp) | You want an AI agent to operate Agoralia | OAuth 2.1 + DCR |
REST (https://api.agoralia.app/api/v1) | You're integrating from a backend | X-API-Key: ag_... |
CLI (agoralia) | You're scripting or working in CI | OAuth Bearer token |
Start here
- Overview — the core concepts: agents, numbers, calls, campaigns.
- Sign up — create a workspace and pick a plan (Free works).
- Quickstart — your first live call in about 5 minutes.
- Troubleshooting — fixes for the common errors.