telnyx-numbers-config-python

Installation
SKILL.md

Telnyx Numbers Config - Python

Installation

pip install telnyx

Setup

import os
from telnyx import Telnyx

client = Telnyx(
    api_key=os.environ.get("TELNYX_API_KEY"),  # This is the default and can be omitted
)
Related skills
Installs
4
Repository
team-telnyx/ai
GitHub Stars
171
First Seen
Apr 8, 2026