telnyx-networking-go

Manage Telnyx networks, gateways, and IPs 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-networking-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-networking-go
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/go/telnyx-networking-go
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-networking-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Telnyx networking resources, including private networks, VPN gateways, and cross-connects, by providing Go SDK examples.

Core Features & Use Cases

  • Network Management: Create, retrieve, update, and delete Telnyx networks.
  • Gateway Configuration: Manage default gateways, private wireless gateways, and public internet gateways.
  • Interface Management: Handle WireGuard interfaces and peers, and virtual cross-connects.
  • IP Management: Manage global IPs, assignments, and health checks.
  • Use Case: A developer can use this skill to programmatically set up a new private network for their application, including configuring WireGuard peers and assigning global IPs, all through Go code.

Quick Start

Use the telnyx-networking-go skill to list all networks by running the provided Go code snippet.

Frequently Asked Questions about telnyx-networking-go

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

FAQPage Schema
How do I manage Telnyx private networks and WireGuard VPNs using Go?

You can manage Telnyx private networks and WireGuard VPNs using Go by utilizing the telnyx-go library to programmatically control network creation, gateway configuration, and peer interfaces via the Telnyx API.

Can I configure virtual cross-connects and global IPs with the Telnyx Go SDK?

Yes, you can configure virtual cross-connects and global IPs with the Telnyx Go SDK by executing provided code examples to handle IP assignments, perform health checks, and establish virtual network interfaces.

Do I need the telnyx-go library to set up Telnyx networking resources in Go?

Yes, you need the telnyx-go library to set up Telnyx networking resources in Go, as it provides the required SDK examples and underlying API integration for managing networks, gateways, and IP configurations.

What is the best way to programmatically create a Telnyx network gateway in Go?

The best way to programmatically create a Telnyx network gateway in Go is by using the telnyx-go SDK examples to manage default gateways, private wireless gateways, and public internet gateways through API calls.

How does API-driven IP management work for Telnyx networks in Go applications?

API-driven IP management for Telnyx networks in Go applications works by using SDK functions to assign global IPs, monitor configurations with health checks, and update network assignments programmatically.