MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Agent A2A Tools
Agent Channels
Detach Agent Phone NumberImport Agent Phone NumberList Agent ChannelsList Agent Phone NumbersEnable or Disable Agent ChannelPlace An Outbound Call
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceAgent Channels

Place An Outbound Call

POST
/v1/agents/{agent_id}/calls

Dial to_number from this agent's own phone channel. The call is answered by exactly the same session path an inbound call takes (app/api/telephony.py's telephony_incoming) - this route only originates it.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_id*Agent Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/calls" \  -H "Content-Type: application/json" \  -d '{    "to_number": "string"  }'
{  "provider_call_id": "string",  "status": "string"}
Empty
Empty
Empty
Empty

Enable or Disable Agent Channel

Previous Page

Agent Configuration (Staging)

Endpoints in the Agent Configuration (Staging) group.

to_number*To Number
Match^\+[1-9]\d{6,18}$