Skip to main content

Documentation

Documentation · sipsandwich.ai

Connect your carrier or PBX to Retell AI

sipsandwich handles the signaling layer between your SIP infrastructure and Retell. Bring registration, SIP digest, or IP-authenticated carrier access.

Get started
Guides & walkthroughs
Developer tools
Build with the API
Signaling only

sipsandwich does not anchor RTP, transcode audio, record calls, or provide PBX features. Media flows directly between your provider and Retell according to your configuration.

Automate
Tenant API

Generate a tenant API token from Settings → Security → API access and send it as a bearer token to automate SIP trunk and phone number workflows.

bash
curl https://api.sipsandwich.ai/api/v1/sip/trunks \
-H "Authorization: Bearer $SIPSWICH_API_TOKEN"