V3 is the recommended Convocore API for new integrations.
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


What V3 covers
The V3 API is organized around the main product objects:WorkspacesAgentsToolsVariablesKnowledge BaseLeadsConversationsCalls & NumbersCampaignsCustom Metrics
Region-aware request example
Choosing between API surfaces
- Use V3 REST when you want a stable, Bearer-authenticated HTTP API.
- 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.
