Agents
Agents API
OpenAI-compatible API for Calypso’s chat agents (Calypso Agent, Leads, Support, Marketing).
Overview
Calypso Agents are specialized assistants designed to draft WhatsApp-ready workflows and propose operational work (templates and campaigns) as human-confirmed drafts.
The Agents API is OpenAI-compatible, so you can use standard SDKs and streaming patterns.
Start a free 14-day trial to get your API key: app.calypso.ms/signup
Base URL
Base URL:
http://ai.calypso.day/v1
Endpoints
Calypso supports the OpenAI-style endpoints:
POST /responses(recommended): modern streaming protocol and rich eventsPOST /chat/completions: legacy-compatible streaming
Learn more:
Available agent models
| Model | Description |
|---|---|
calypso-agent | Routes each prompt to the best specialist agent. Default choice when you’re unsure. |
calypso-leads-agent | Lead capture and revenue workflows (conversion-first). |
calypso-support-agent | Calm, correct support workflows (resolution-first). |
calypso-marketing-agent | Messaging clarity and growth execution (strategy + campaign design). |

