> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Development llms.txt

> Machine-readable documentation index for the Development section — guide pages and API endpoints for AI agents and LLMs

# Telnyx Development — Documentation Index

> Account setup, authentication, API fundamentals, SDKs, CLI, MCP servers, and integration guides. One section of the Telnyx developer docs ([https://developers.telnyx.com](https://developers.telnyx.com)).
> This file: [https://developers.telnyx.com/docs/development/llms-txt.md](https://developers.telnyx.com/docs/development/llms-txt.md) · Root index: [https://developers.telnyx.com/llms.txt](https://developers.telnyx.com/llms.txt)

## Subsections

Focused per-subsection index files:

* [Account setup](https://developers.telnyx.com/docs/development/llms/development-account-setup-llms-txt.md)
* [APIs fundamentals](https://developers.telnyx.com/docs/development/llms/development-apis-fundamentals-llms-txt.md)
* [Server-side SDKs](https://developers.telnyx.com/docs/development/llms/development-server-side-sdks-llms-txt.md)
* [Telnyx CLI](https://developers.telnyx.com/docs/development/llms/development-telnyx-cli-llms-txt.md)
* [Development Tools](https://developers.telnyx.com/docs/development/llms/development-development-tools-llms-txt.md)

## Account setup

* [Create Account](https://developers.telnyx.com/docs/account-setup/create-account.md): Step-by-step guide to create and set up your Telnyx account for accessing APIs and services.
* [Account Signup](https://developers.telnyx.com/docs/account-setup/signup.md): Understand the trust and safety checks applied to every Telnyx signup attempt.
* [Account Levels Overview](https://developers.telnyx.com/docs/account-setup/levels-and-capabilities.md): Understand how Telnyx accounts are categorized and what distinguishes each framework.
* [Pretrial Account](https://developers.telnyx.com/docs/account-setup/levels-and-capabilities/pretrial.md): Capabilities, restrictions, and daily limits applied to Telnyx pretrial accounts.
* [Trial Account](https://developers.telnyx.com/docs/account-setup/levels-and-capabilities/trial.md): Capabilities, restrictions, and daily limits applied to Telnyx trial accounts.
* [Using Your Trial Account](https://developers.telnyx.com/docs/account-setup/using-trial-account.md): Recommended process to get the most value from Telnyx trial credits.
* [Paid Account](https://developers.telnyx.com/docs/account-setup/levels-and-capabilities/paid.md): Capabilities and restrictions for paid Telnyx accounts — expanded number purchasing, messaging throughput, and product access beyond trial accounts.
* [Verified Account](https://developers.telnyx.com/docs/account-setup/levels-and-capabilities/verified.md): Capabilities that remain restricted after verification and how to request enterprise access.
* [Account Upgrade](https://developers.telnyx.com/docs/account-setup/account-upgrade.md): Actions required to advance from pretrial to trial, paid, verified, and enterprise Telnyx accounts.
* [Data Locality](https://developers.telnyx.com/docs/account-setup/data-locality.md): Choose where your Telnyx data is stored at rest. Available regions are the US, Germany (EU), Australia, and UAE.

## APIs fundamentals

* [Create API Keys](https://developers.telnyx.com/docs/development/api-fundamentals/create-api-keys.md): Step-by-step guide to create, manage, and secure your Telnyx API keys for all services.
* [API Authentication](https://developers.telnyx.com/docs/development/api-fundamentals/authentication.md): Authentication methods and security best practices for all Telnyx APIs.
* [HTTP Patterns](https://developers.telnyx.com/docs/development/api-fundamentals/request-response.md): Universal patterns for making requests and handling responses across all Telnyx APIs.
* [API error codes](https://developers.telnyx.com/docs/development/api-fundamentals/api-errors.md): General Telnyx API error codes and links to the unified product-specific error catalog.
* [Rate Limiting](https://developers.telnyx.com/docs/development/api-fundamentals/reliability/rate-limiting.md): Understand rate limits on the Telnyx REST API, including limit headers, retry strategies, and best practices for handling 429 responses across all services.
* [API Reliability & Retries](https://developers.telnyx.com/docs/development/api-fundamentals/reliability/command-retries.md): Best practices for handling API errors, implementing retries, and building resilient integrations across all Telnyx services.
* [Webhook Fundamentals](https://developers.telnyx.com/docs/development/api-fundamentals/webhooks/receiving-webhooks.md): Receive, handle, and secure webhooks from Telnyx APIs. Covers webhook setup, signature verification, payload structure, and retries for Voice, SMS, and Fax.
* [Parameters & Field Names](https://developers.telnyx.com/docs/development/api-fundamentals/data-standards/parameters-fields.md): Comprehensive guide to Telnyx API parameter and field naming conventions, data types, and formatting standards.

## Server-side SDKs

* [Node.js](https://developers.telnyx.com/docs/development/sdk/node.md): The official Telnyx Node.js SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.
* [Python](https://developers.telnyx.com/docs/development/sdk/python.md): The official Telnyx Python SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.
* [PHP](https://developers.telnyx.com/docs/development/sdk/php.md): The official Telnyx PHP SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.
* [Java](https://developers.telnyx.com/docs/development/sdk/java.md): The official Telnyx Java SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.
* [Ruby](https://developers.telnyx.com/docs/development/sdk/ruby.md): The official Telnyx Ruby SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.
* [Go](https://developers.telnyx.com/docs/development/sdk/golang.md): The official Telnyx Go SDK for server-side applications, covering messaging, voice, numbers, WebRTC, and the rest of the Telnyx REST API surface.

## Telnyx CLI

* [Overview](https://developers.telnyx.com/docs/development/cli.md): The Telnyx CLI is the official command-line interface for managing phone numbers, messaging, calls, and other Telnyx resources from your terminal.
* [Install](https://developers.telnyx.com/docs/development/cli/getting-started/install.md): Install the Telnyx CLI on macOS, Windows, or Linux using Homebrew, the install script, or by downloading a prebuilt binary for your platform.
* [Quickstart](https://developers.telnyx.com/docs/development/cli/getting-started/quickstart.md): Install the Telnyx CLI, configure authentication, and run your first command in five minutes — send a message, list numbers, or place a call.
* [Authentication](https://developers.telnyx.com/docs/development/cli/getting-started/authentication.md): Authenticate the Telnyx CLI by setting the TELNYX\_API\_KEY environment variable so commands can call Telnyx APIs on your account's behalf.
* [Scripting & Automation](https://developers.telnyx.com/docs/development/cli/general-usage.md): Automate workflows with the Telnyx CLI using output formats, filtering, and JSON parsing — patterns for shell scripts, cron jobs, and CI/CD pipelines.
* [Command Reference](https://developers.telnyx.com/docs/development/cli/reference.md): Comprehensive reference for every Telnyx CLI command, auto-generated from the Telnyx REST API with options, examples, and per-resource usage notes.
* [10DLC Registration](https://developers.telnyx.com/docs/development/cli/workflows/10dlc.md): Register your business for US A2P 10DLC messaging using the Telnyx CLI, from brand creation through campaign approval, with copy-paste shell commands.
* [Troubleshooting](https://developers.telnyx.com/docs/development/cli/troubleshooting.md): Troubleshoot common Telnyx CLI errors including authentication failures, missing API keys, and request errors, with solutions mapped to API error codes.
* [Overview](https://developers.telnyx.com/docs/development/cli/legacy.md): Documentation for the deprecated @telnyx/api-cli Node.js package. For new projects use the current Telnyx CLI with simpler authentication.
* [Installation](https://developers.telnyx.com/docs/development/cli/legacy/install.md): Install the deprecated @telnyx/api-cli Node.js CLI for legacy projects. New projects should use the current Telnyx CLI for better support.
* [Authentication](https://developers.telnyx.com/docs/development/cli/legacy/authentication.md): Configure API keys and switch between multiple authentication profiles in the deprecated @telnyx/api-cli legacy Node.js CLI.
* [Command Reference](https://developers.telnyx.com/docs/development/cli/legacy/reference.md): Complete command reference for the deprecated @telnyx/api-cli Node.js CLI, retained for legacy projects. New projects should use the current Telnyx CLI.

## Development Tools

* [Postman Setup](https://developers.telnyx.com/docs/development/development-tools/postman-setup.md): Configure Postman with the Telnyx OpenAPI collection and environment variables to send authenticated requests against every Telnyx product API.
* [ngrok Setup](https://developers.telnyx.com/docs/development/development-tools/ngrok-setup.md): Telnyx's ngrok setup guide allows developers to easily create
* [Node-RED](https://developers.telnyx.com/docs/development/development-tools/node-red.md): Build Telnyx integrations visually with Node-RED. Install the @telnyx/node-red-telnyx package to wire SMS, voice, and Call Control flows without code.

## For AI Agents

* [Agent-readable docs](https://developers.telnyx.com/docs/development/agent-readable-documentation.md): Canonical Telnyx documentation resources for AI coding agents, including clean Markdown, OpenAPI, error catalogs, webhook payloads, and seven-language endpoint samples.
* [Telnyx Local MCP Server](https://developers.telnyx.com/docs/development/mcp/local-mcp.md): Run the Telnyx Local Model Context Protocol (MCP) server to integrate Telnyx APIs with Claude Desktop and other AI assistants for agentic workflows.
* [Telnyx Remote MCP](https://developers.telnyx.com/docs/development/mcp/remote-mcp.md): Integrate Telnyx with Claude and other AI assistants using the hosted Telnyx Remote MCP server — no local MCP process required. Quick setup with API keys.
* [Agent Skills](https://developers.telnyx.com/docs/development/agent-skills.md): Build Telnyx integrations in natural language with Agent Skills for Claude Code and other AI coding agents. Supports all 36 Telnyx products via skill files.
