Skip to main content

QUICKSTART

Install an SDK and make a request

Create an API key, export it as TELNYX_API_KEY, then select a language. Each example performs the read-only GET /balance request and prints the response.
Install
First request
Continue to the TypeScript / Node.js guide · Browse TypeScript / Node.js methods

All SDK guides

Coverage and release cadence

Telnyx generates the server-side SDKs from the public REST API definition. Resource and method names follow the API model, while each library retains language-specific types and conventions. SDK releases can follow REST API changes at different times. Before adopting a newly released endpoint or field:
  1. Update to the current package release.
  2. Confirm the generated method and model in the language resource map.
  3. Use direct HTTP when an API capability is available before the matching SDK release.

SDK, CLI, or direct HTTP

The API reference provides endpoint schemas and runnable HTTP and SDK examples.
  • Telnyx MCP server — connect AI assistants and agent frameworks to the Telnyx API for endpoint discovery and test requests. See Local MCP server and Remote MCP server.
  • Agent-readable documentationllms.txt indexes the documentation set for LLM context loading. The API reference carries runnable samples for each official SDK.

Get help

Report SDK defects in the corresponding GitHub repository. For account or API behavior issues, contact Telnyx Support. Include the SDK language, package version, affected resource or method, and a minimal reproduction with credentials removed.