telnyx-iot-go

Manage Telnyx IoT SIM cards and eSIMs via Go SDK examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of IoT SIM cards, eSIMs, data plans, and wireless connectivity, enabling developers to build robust IoT/M2M solutions.

Core Features & Use Cases

  • SIM Card Management: Create, retrieve, update, and delete SIM cards.
  • Connectivity Control: Enable, disable, and manage public IP assignments for SIM cards.
  • Group Management: Organize SIM cards into groups for easier management and policy application.
  • Order Management: Order new SIM cards and preview order costs.
  • Use Case: A developer needs to provision and manage a fleet of 1000 IoT devices. This Skill allows them to programmatically register SIM cards, assign them to groups, and monitor their data usage via the Go SDK.

Quick Start

Use the telnyx-iot-go skill to get all SIM cards belonging to the user.

Frequently Asked Questions about telnyx-iot-go

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

FAQPage Schema
How do I manage IoT SIM cards using a Go SDK?

You can manage IoT SIM cards using a Go SDK by utilizing client library examples to retrieve details, update configurations, and handle data plans for wireless connectivity. This approach simplifies M2M solution development through direct API access.

What is the best way to programmatically provision a fleet of IoT devices?

The best way to provision a fleet of IoT devices is programmatically registering SIM cards, assigning them to groups, and monitoring data usage via a Go client library. This method simplifies applying policies across large M2M deployments.

Can I organize IoT SIM cards into groups for easier management?

Yes, you can organize IoT SIM cards into groups for easier management and policy application. The Go SDK provides examples for creating and managing these SIM card groups to streamline wireless connectivity control.

How do I order new eSIMs and preview costs through an API?

You can order new eSIMs and preview costs through an API by using Go SDK examples for SIM card order management. This provides direct access to handle orders and preview associated costs before committing to purchases.

Does the Go SDK support enabling and disabling wireless connectivity for M2M devices?

Yes, the Go SDK supports enabling and disabling wireless connectivity for M2M devices. It provides operations to manage public IP assignments and control the connectivity status of individual SIM cards directly.