V3 is the recommended Convocore API for new integrations.
Use Convocore with Claude, ChatGPT, or Cursor (MCP)
The fastest way to work against this API is from the dashboard — you do not need to wire HTTP by hand.- Open your Convocore dashboard.
- In the bottom-left, open Convocore MCP for your workspace.
- Connect it in Claude, ChatGPT, or Cursor.
Base URLs
Your workspace lives in either theEU or NA region. Use the base URL that matches your dashboard region.
EU
https://eu-gcp-api.vg-stuff.com/v3
NA
https://na-gcp-api.vg-stuff.com/v3
Authentication
Most V3 endpoints use a standard Bearer token:- Your workspace secret for workspace-level operations
- Your agent secret for agent-specific operations

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

Get an agent secret from the agent Settings page.
Plan requirement
On the current v2-2026 pricing catalog:
Free, Starter, and Pro do not include API access. If a request is blocked, the API returns
403 with a link to the billing / plans page.
Legacy Pay-as-you-go workspaces are not affected by this gate.
What V3 covers
The V3 API is organized around the main product objects:WorkspacesAgency(whitelabel branding / config)Orgs(organizations — dashboard “Clients” cards, agent assignment, teams)Clients(human users under an org)Agents(including clone, canonical templates, audit log, lean interact)ToolsVariablesKnowledge Base(including image gallery upload and bulk docs)Scrape(general-purpose, non-KB research scrape)LeadsConversationsCalls & NumbersCampaignsCustom MetricsCrawler(workspace KB-ingest jobs)
Region-aware request example
Choosing between API surfaces
- Use V3 REST when you want a stable, Bearer-authenticated HTTP API.
- Use Convocore MCP from the dashboard (bottom-left) when you want Claude / ChatGPT / Cursor to drive the same API for you.
- Use V2 / legacy endpoints only if you are maintaining an older integration that already depends on them.
- Use WebSocket interact when you need real-time streaming behavior during live conversations.
Next steps
Authentication
Learn how secrets work and how to authorize requests safely.
Endpoints & Regions
Review all available API base URLs, including V2, V3, and WebSocket endpoints.
