Qyvo Documentation
Everything you need to build on Qyvo — the REST API, the MCP server, and how to wire them into Claude, Cursor, ChatGPT, n8n, and your own apps.
Get started
Send your first WhatsApp template message in five minutes.
Read
REST API
Triggers, actions, contacts, templates, sequences, flows. OpenAPI 3.1.
Read
MCP Server
Drive your Qyvo workspace from Claude, Cursor, ChatGPT, or n8n.
Read
Authentication, in one line
Both the REST API and the MCP server use the same Qyvo Personal Access Token. Generate one in Settings → API Tokens, then attach it to every request.
curl https://www.qyvo.io/api/v1/me \
-H "Authorization: Bearer YOUR_TOKEN_HERE"