API
A clean REST surface for every agent action.
REST, webhooks, and MCP. Idempotent by default. Stable v1 with a 12-month deprecation window.
Endpoints
- POST /v1/agents — create an agent
- POST /v1/campaigns — dial a list
- GET /v1/calls/:id — fetch a call
- POST /v1/calls/:id/transfer — hand off to a human
- POST /v1/webhooks — register a listener
- POST /v1/evals — score a release
{
"event": "call.meeting_booked",
"call_id": "cl_8a2f",
"meeting": {
"prospect": "maya@northwind.io",
"rep": "jamal@yourco.com",
"starts_at": "2026-04-02T21:00:00Z",
"recording_url": "https://...",
"qualified_on": ["budget","authority"]
}
}
SDKs
First-party libraries.
TypeScript
npm i @voxely/sdk
Python
pip install voxely
Go
go get voxely.com/sdk
MCP
Native MCP server — drop Voxely into any agent fabric.