Ello provides REST endpoints, webhooks, and an MCP server for deep integrations. Below are example calls to get you started./
Authentication
All requests require an API key via the Authorization header:Authorization: Bearer <API_KEY>.Create Agent
Deploy Agent
Webhook
Subscribe to events such ascall.started, call.ended, agent.evolution via your webhook endpoint.Realtime (MCP Server)
Use the MCP server for streaming call-level events and low-latency control. Contact support for SDKs and setup instructions.Example : simple curl to create an agent (mocked endpoint)