Open Context Protocol is live! 🚀 Read the launch post

Twilio

SMS, voice, video, and messaging services

v1.0.0 102 tools Documentation →

Quick Start

from ocp_agent import OCPAgent

agent = OCPAgent()

# Register with authentication
await agent.register_api(
    'twilio',
    headers={'Authorization': 'Bearer your_token_here'}
)

# List available tools
tools = agent.list_tools('twilio')
print(f"Available: {len(tools)} tools")

Authentication

Type: Basic Auth

Use Basic Auth with your Account SID as username and Auth Token as password

See the Authentication Guide for general setup instructions.

Available Tools

This API provides 102 tools across various resource types.

applications

availablephonenumbers

calls

conferences

incomingphonenumbers

messages

queues

notifications

recordings

transcriptions

Links