API & Integrations

Integrate FlowCaptain into your systems via API, MCP, or your own voice bot platform.

API & Integrations

FlowCaptain works out of the box — no external tools or programming required. For custom integrations, a full API is available.

When do you need the API?

  • Own voice bot platform — You already run a voice bot and want to connect FlowCaptain's appointment logic
  • Chat integration — You want to add appointment booking to your website chat or messenger
  • Automation — You want to check or book appointments from other systems

Integration Methods

Autopilot — A single endpoint for full conversation management. FlowCaptain handles greeting, appointment search, booking, and farewell. Your system just forwards messages.

Individual Endpoints (REST) — Separate endpoints for each action (check availability, book, cancel, reschedule). You control the conversation flow.

MCP (Model Context Protocol) — A single endpoint where your system automatically discovers all available tools.

Base URL

https://api.flowcaptain.ai

Authentication

All API requests require an API key as Bearer token:

Authorization: Bearer sk_live_your_api_key