telnyx-account-management-python

Manage Telnyx sub-accounts and global outbound channel limits via the Python SDK.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-account-management-python-team-telnyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-account-management-python
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/python/telnyx-account-management-python
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-account-management-python-team-telnyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telnyx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of sub-accounts for Telnyx resellers and enterprise clients, streamlining account creation, retrieval, and status updates.

Core Features & Use Cases

  • Sub-account Management: Create, retrieve, update, enable, and disable managed accounts.
  • Channel Limit Control: Update and display global outbound channel limits for managed accounts.
  • Use Case: A reseller can use this skill to programmatically onboard new clients by creating managed accounts and configuring their channel limits.

Quick Start

Use the telnyx-account-management-python skill to list all managed accounts.

Frequently Asked Questions about telnyx-account-management-python

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Telnyx sub-accounts using Python?

You can manage Telnyx sub-accounts using Python by utilizing the Telnyx SDK to make API calls that list, create, update, and disable managed accounts programmatically.

Can I programmatically onboard new reseller clients on the Telnyx platform?

Yes, you can programmatically onboard new reseller clients on the Telnyx platform by creating managed accounts and configuring their global outbound channel limits via API calls.

How do I update global outbound channel limits for managed accounts?

You can update global outbound channel limits for managed accounts by using the Telnyx Python SDK to execute API calls that adjust and display these configurations.

Does the Telnyx Python SDK support disabling and enabling managed accounts?

Yes, the Telnyx Python SDK supports disabling and enabling managed accounts, allowing you to easily control the status of sub-accounts for enterprise and reseller scenarios.

What is the best way to retrieve a list of all Telnyx managed accounts?

The best way to retrieve a list of all Telnyx managed accounts is by using the Python SDK to execute API calls that fetch all sub-accounts associated with your reseller profile.