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.

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"