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 events
  • POST /chat/completions: legacy-compatible streaming

Learn more:

Available agent models

ModelDescription
calypso-agentRoutes each prompt to the best specialist agent. Default choice when you’re unsure.
calypso-leads-agentLead capture and revenue workflows (conversion-first).
calypso-support-agentCalm, correct support workflows (resolution-first).
calypso-marketing-agentMessaging clarity and growth execution (strategy + campaign design).

Next steps