QUICKSTART
Install an SDK and make a request
Create an API key, export it asTELNYX_API_KEY, then select a language. Each example performs the read-only GET /balance request and prints the response.- Node.js
- Python
- Go
- Java
- Ruby
- PHP
InstallFirst requestContinue to the TypeScript / Node.js guide · Browse TypeScript / Node.js methods
All SDK guides
- TypeScript / Node.js — Guide · Methods · Package · Source · Releases
- Python — Guide · Methods · Package · Source · Releases
- Go — Guide · Methods · Package · Source · Releases
- Java — Guide · Methods · Package · Source · Releases
- Ruby — Guide · Methods · Package · Source · Releases
- PHP — Guide · Methods · Package · Source · Releases
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:- Update to the current package release.
- Confirm the generated method and model in the language resource map.
- 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.
Build with AI tools
Build with AI tools
- 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 documentation — llms.txt indexes the documentation set for LLM context loading. The API reference carries runnable samples for each official SDK.