by team-telnyx
Production-ready code examples for Telnyx AI Communications Infrastructure — Voice AI, SMS, SIP, and IoT APIs
# 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.
Last scanned: 6/24/2026
{
"issues": [
{
"file": "README.md",
"line": 13,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-06-24T07:39:46.731Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}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 148 GitHub stars.
Yes. telnyx-code-examples passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
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!
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 |
|---|---|---|
| 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. |
| build-conference-calling-go | Go | --- |
| build-conference-calling-nodejs | Node.js | --- |
| build-conference-calling-php | PHP | --- |
| build-conference-calling-python | Python | Create multi-party conference calls. |
| build-conference-calling-ruby | Ruby | --- |
| build-conversational-workflow-nodejs | Node.js | Build a Telnyx Conversational Workflow for inbound auto insurance claim intake with structured branches, backend tools, and priority follow-up. |
| build-ivr-phone-menu-csharp | C# | --- |
| build-ivr-phone-menu-go | Go | --- |
| build-ivr-phone-menu-nodejs | Node.js | Production-ready IVR system using the Telnyx Voice API and Express.js. Answers inbound calls, plays a menu via TTS, collects DTMF input, and routes callers to sales or support. |
| build-ivr-phone-menu-php | PHP | --- |
| build-ivr-phone-menu-python | Python | Build an interactive voice response menu with DTMF input. |
| build-ivr-phone-menu-ruby | Ruby | --- |
| 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-compliance-go | Go | --- |
| call-compliance-python | Python | --- |
| call-compliance-ruby | Ruby | --- |
| call-forwarding-csharp | C# | --- |
| call-forwarding-go | Go | --- |
| call-forwarding-java | Java | --- |
| call-forwarding-nodejs | Node.js | --- |
| call-forwarding-php | PHP | --- |
| call-forwarding-python | Python | Forward incoming calls to another destination. |
| call-forwarding-ruby | Ruby | --- |
| 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 distress is detected, auto-escalate to a supervisor. |
| call-whisper-monitoring-csharp | C# | --- |
| call-whisper-monitoring-go | Go | --- |
| call-whisper-monitoring-java | Java | --- |
| call-whisper-monitoring-nodejs | Node.js | --- |
| call-whisper-monitoring-php | PHP | --- |
| call-whisper-monitoring-python | Python | Monitor calls with whisper prompts for agents. |
| call-whisper-monitoring-ruby | Ruby | --- |
| call-whisper-screen-pop-python | Python | Call Whisper & Screen Pop - whisper caller info to agent before connecting the call. |
| cloud-storage-call-archive-python | Python | Cloud Storage Call Archive - archive call recordings to Telnyx Cloud Storage (S3-compatible) with searchable metadata. |
| cnam-caller-id-lookup-enrichment-python | Python | CNAM Caller ID Lookup Enrichment - look up CNAM for inbound callers, enrich CRM records with caller identity. |
| commercial-voiceover-generator-python | Python | Provide product name, target audience, and tone. AI writes 3 script variations with timing marks, TTS renders each in multiple voices, delivers top picks via SMS for client approval. |
| conference-live-poll-dtmf-python | Python | Conference Live Poll via DTMF - host asks a question, all conference participants vote by pressing 1-4, results tallied instantly. |
| deepfake-voice-detector-python | Python | Real-time synthetic speech detection on live phone calls. Captures audio via media streaming, extracts acoustic features, scores deepfake probability with AI Inference, alerts security team via Slack. |
| edge-compliance-monitor-python | Python | Real-time compliance checking for regulated call centers using Telnyx Voice, AI Inference, and Edge Compute. |
| edge-fraud-firewall-python | Python | Screen every inbound call at the edge with Telnyx Voice, |