by team-telnyx
Production-ready code examples for Telnyx AI Communications Infrastructure — Voice AI, SMS, SIP, and IoT APIs
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
# Add to your Claude Code skills
git clone https://github.com/team-telnyx/telnyx-code-examplesGuides for using ai agents skills like telnyx-code-examples.
Production-ready code examples for the Telnyx platform. Each example is a self-contained project with working code, documentation, and environment configuration — clone, configure, and run in minutes.
# 1. Clone the repository
git clone https://github.com/team-telnyx/telnyx-code-examples.git
cd telnyx-code-examples
# 2. Pick an example
cd send-sms-python
# 3. Configure and run (see each example's README for language-specific commands)
cp .env.example .env
# Edit .env with your Telnyx API key from https://portal.telnyx.com
pip install -r requirements.txt && python app.py
Full API reference at developers.telnyx.com
Each example's README has a Quick Start with the exact install/run commands for its language, an API.md typed endpoint reference, and a GUIDE.md walkthrough.
Build voice applications with Telnyx Voice AI — IVR menus, call recording, conferencing, WebRTC, and AI-powered call routing.
| Example | Language | Description |
|---|---|---|
| route-phone-calls-to-ai-agent-python | Python | Handle inbound calls with webhook-driven AI routing. |
| make-outbound-phone-call-python | Python | Initiate outbound calls via the Call Control API. |
| build-ivr-phone-menu-python | Python | Build an interactive voice response menu with DTMF input. |
| record-phone-calls-python | Python | Record calls and receive recording webhooks. |
| transfer-live-phone-calls-python | Python | Transfer active calls to another number or agent. |
| text-to-speech-phone-call-python | Python | Play text-to-speech audio during a phone call. |
| build-conference-calling-python | Python | Create multi-party conference calls. |
| call-whisper-monitoring-python | Python | Monitor calls with whisper prompts for agents. |
| call-forwarding-python | Python | Forward incoming calls to another destination. |
| webrtc-browser-calling-python | Python | Enable browser-based calling with WebRTC. |
| edge-compliance-monitor-python | Python | ---. |
| edge-fraud-firewall-python | Python | ---. |
| edge-geo-smart-router-python | Python | ---. |
| edge-ivr-ab-tester-python | Python | ---. |
| edge-merge-ai-receptionist-python | Python | ---. |
| edge-merge-reference-checker-python | Python | ---. |
| edge-merge-shift-coverage-python | Python | ---. |
| edge-number-masking-python | Python | ---. |
| edge-voicemail-to-action-python | Python | ---. |
| edge-webhook-aggregator-python | Python | ---. |
| merge-deal-desk-alerts-python | Python | ---. |
| merge-employee-hotline-python | Python | ---. |
| merge-expense-by-phone-python | Python | ---. |
| merge-interview-pipeline-python | Python | ---. |
| merge-invoice-collector-python | Python | ---. |
| merge-pipeline-briefing-python | Python | ---. |
| merge-recruitment-hotline-python | Python | ---. |
| merge-ticket-escalation-python | Python | ---. |
| route-phone-calls-to-ai-agent-nodejs | Node.js | Handle inbound calls with webhook-driven AI routing. |
| make-outbound-phone-call-nodejs | Node.js | Initiate outbound calls via the Call Control API. |
| make-outbound-phone-call-java | Java | Initiate outbound calls via the Call Control API. |
| make-outbound-phone-call-csharp | C# | Initiate outbound calls via the Call Control API. |
| make-outbound-phone-call-ruby | Ruby | Initiate outbound calls via the Call Control API. |
| build-ivr-phone-menu-nodejs | Node.js | Build an interactive voice response menu with DTMF input. |
| record-phone-calls-nodejs | Node.js | Record calls and receive recording webhooks. |
| text-to-speech-phone-call-nodejs | Node.js | Play text-to-speech audio during a phone call. |
| route-phone-calls-to-ai-agent-go | Go | Handle inbound calls with webhook-driven AI routing. |
| route-phone-calls-to-ai-agent-ruby | Ruby | Handle inbound calls with webhook-driven AI routing. |
| make-outbound-phone-call-php | PHP | Initiate outbound calls via the Call Control API. |
| branded-caller-id-manager-python | Python | Branded Caller ID Manager — register, manage, and verify branded calling profiles with STIR/SHAKEN attestation for higher answer rates. |
| bulk-number-validation-cleaner-python | Python | Bulk Number Validation & Cleaner — validate and clean phone number lists via Telnyx Number Lookup API. |
| call-analytics-dashboard-api-python | Python | Pull call detail records from the Telnyx API and expose call usage analytics through a dashboard API. |
| call-queue-with-hold-music-python | Python | Call Queue with Hold Music — queue callers with position announcements and hold music, route to agents. |
| call-sentiment-live-escalation-python | Python | Call Sentiment Live Escalation — monitor call transcripts in real-time. When negative sentiment or di |
telnyx-code-examples is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by team-telnyx. Production-ready code examples for Telnyx AI Communications Infrastructure — Voice AI, SMS, SIP, and IoT APIs. It has 85 GitHub stars.
telnyx-code-examples's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/team-telnyx/telnyx-code-examples" and add it to your Claude Code skills directory (see the Installation section above).
telnyx-code-examples is primarily written in Python. It is open-source under team-telnyx on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh telnyx-code-examples against similar tools.
No comments yet. Be the first to share your thoughts!