telnyx-account-management-go

Manage Telnyx sub-accounts with Go SDK examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github.com/team-telnyx/telnyx-go, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Telnyx sub-accounts, crucial for resellers and enterprises needing to provision and control multiple client accounts.

Core Features & Use Cases

  • Sub-account Lifecycle Management: Create, retrieve, update, enable, and disable managed accounts.
  • Channel Limit Control: Adjust global outbound channel limits for specific sub-accounts.
  • Use Case: A SaaS provider using Telnyx for its clients can use this Skill to programmatically create new sub-accounts for each new customer onboarding, ensuring seamless integration and resource allocation.

Quick Start

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

Frequently Asked Questions about telnyx-account-management-go

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

FAQPage Schema
How do I manage Telnyx sub-accounts using the Go SDK?

You can manage Telnyx sub-accounts using the Go SDK by leveraging provided examples to list, create, retrieve, update, enable, and disable managed accounts programmatically. It integrates directly with the telnyx-go library for API interactions.

How do I automate provisioning new client sub-accounts for a SaaS provider in Go?

Automating client sub-account provisioning in Go involves using the telnyx-go library to create new managed accounts during customer onboarding. This Skill provides examples to programmatically control account lifecycles and allocate resources.

Can I adjust global outbound channel limits for Telnyx sub-accounts with Go?

Yes, you can adjust global outbound channel limits for specific Telnyx sub-accounts using Go. This Skill facilitates reseller and enterprise scenarios by enabling programmatic control over resource allocation and channel limits.

Does the Telnyx Go SDK support programmatic control over account lifecycles for resellers?

The Telnyx Go SDK supports programmatic control over account lifecycles for resellers and enterprises. It provides Go examples to enable and disable managed accounts, ensuring seamless integration and resource allocation for multiple clients.

What is the best way to list all managed Telnyx accounts in a Go application?

The best way to list all managed Telnyx accounts in a Go application is using the telnyx-go library. This Skill provides Go SDK examples to retrieve and list managed accounts, simplifying multi-client account management.