Sysevo Voice AI

API Platform

Build, deploy, and scale conversational AI phone agents. Trigger calls, manage campaigns, and control every platform resource via REST or MCP.

AuthenticationTrigger a callMCP ServerCampaignsError handlingRate limits
Developer quickstart

Make your first voice call in minutes

Trigger an AI voice agent call to any phone number with a single HTTP request. Get your API key and you’re live in under 60 seconds.

80+
Endpoints
14
MCP tools
<1s
Response
POST /public/agent/{uuid}
bash
curl -X POST https://api.sysevo.io/api/v1/public/agent/{uuid} \
  -H "Content-Type: application/json" \
  -H "X-API-Key: sk_live_YOUR_KEY" \
  -d '{
    "phone_number": "+14155552671",
    "initial_context": {
      "customer_name": "Jane Smith",
      "appointment_date": "March 15"
    }
  }'
Response
json
{
  "status": "initiated",
  "workflow_run_id": 8421,
  "workflow_run_name": "WR-API-3847"
}

Connect Sysevo to your AI editor with MCP

The Sysevo MCP Server gives Claude Code, Cursor, and any MCP-compatible editor 14 native tools — build agents, trigger calls, and manage campaigns without leaving your IDE.

Install MCP Server

Build paths

Choose the right integration surface for your use case

Explore by product

Guides for every part of the Sysevo platform

All documentation

Browse the full reference