TheMiCraft
11/18/2025, 8:24 PMVapi Support Bot
11/18/2025, 8:25 PMbash
curl -X POST https://api.vapi.ai/credential \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_VAPI_PRIVATE_KEY" \
-d '{
"provider": "byo-sip-trunk",
"name": "Telnyx Trunk",
"gateways": [
{ "ip": "sip.telnyx.com", "inboundEnabled": false }
],
"outboundAuthenticationPlan": {
"authUsername": "YOUR_SIP_USERNAME",
"authPassword": "YOUR_SIP_PASSWORD",
"sipRegisterPlan": { "realm": "sip.telnyx.com" }
}
}'
This step is essential for enabling outbound calls through Telnyx. For more details, see the [Telnyx SIP integration guide](https://docs.vapi.ai/advanced/sip/telnyx).
Source:
- [Telnyx SIP integration](https://docs.vapi.ai/advanced/sip/telnyx)