Use Convocore with Claude, ChatGPT, or Cursor (MCP)
Prefer not to call HTTP yourself? Use Convocore MCP from the dashboard:- Open your Convocore dashboard.
- In the bottom-left, open Convocore MCP for your workspace.
- Connect it in Claude, ChatGPT, or Cursor.
Choose the right API
V3 REST
Recommended for new integrations.- Bearer-authenticated
- Resource-oriented
- Best for workspaces, agents, tools, variables, knowledge base docs, leads, and conversations
V2 / legacy
Still available for older integrations that depend on legacy endpoint behavior.WebSocket interact
Best when you need real-time streaming responses during a live conversation.Region-specific base URLs
Pick the region that matches your workspace:V3
- EU:
https://eu-gcp-api.vg-stuff.com/v3 - NA:
https://na-gcp-api.vg-stuff.com/v3
V2
- EU:
https://eu-cloudflare.vg-stuff.com - NA:
https://na-cloudflare.vg-stuff.com
Authentication
Most protected endpoints use:- A workspace secret
- An agent secret

Get a workspace secret from the workspace selector in the dashboard.

Get an agent secret from the agent Settings page.
Plan requirement
On the current v2-2026 pricing catalog, the public REST API requires:- Business or higher for read access
- White Label or higher for write access (create / update / delete)
Where to go next
V3 API Intro
Start with the recommended API for new integrations.
Authentication
Learn how secrets and authorization work.
Endpoints
Review V2, V3, and WebSocket hosts by region.
