telnyx-ai-outbound-voice-python

Installation
SKILL.md

Telnyx AI Outbound Voice Calls - Python

Make an AI assistant call any phone number. This skill covers the complete setup from purchasing a number to triggering the call.

Installation

pip install telnyx requests

Setup

import os
from telnyx import Telnyx

client = Telnyx(api_key=os.environ.get("TELNYX_API_KEY"))
Installs
9
Repository
team-telnyx/ai
GitHub Stars
176
First Seen
Apr 27, 2026
telnyx-ai-outbound-voice-python — team-telnyx/ai