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.
Whatβs the Same
The LiveKit agent framework is 100% portable β your agent code does not change. Everything in LiveKit works identically on Telnyx. Notable sections from LiveKit docs:- Agent Framework β docs.livekit.io/agents
- SIP / Phone β docs.livekit.io/sip
- API Reference β docs.livekit.io/api
- Cloud Deployment β docs.livekit.io/cloud
- Egress / Ingress β docs.livekit.io/egress
Whatβs Different
These features work differently on Telnyx compared to LiveKit Cloud:- STT / TTS / LLM β LiveKit Cloud requires third-party AI providers. On Telnyx, hosted models are available out of the box via
livekit-plugins-telnyx. Prefer your own provider? Bring any API key. - SIP trunking β On other platforms, you pay third-party SIP fees on top of your usage. On Telnyx, those are gone entirely β SIP is built-in because youβre already on the carrier. BYOT also supported if you prefer your existing provider.
- HD Voice β G.722 (16 kHz) and Opus (48 kHz) codecs for wideband audio on SIP calls. G.722 is enabled by default. Opus requires SRTP β see Telephony for setup.
- Phone numbers β Telnyx numbers in 140+ countries instead of LiveKit Phone (US only)
- Agent deployment β Same
lk agent deploycommand. Just swap the URL:lk agent deploy . --url <region>.livekit.telnyx.com
Whatβs Not Supported
- Ingress (RTMP/WHIP) β importing external streams into a room
- Sandbox β quick-start dev environments
Coming Soon
This roadmap is subject to change.- Egress β Call recording, room recording, cloud storage export
- Observability β Cloud Dashboard with session timeline (transcripts, traces, logs, audio playback)
- Agent Tooling β Playground, Agent Builder
- Security & Compliance β E2E encryption, SSO, RBAC, HIPAA
- Enterprise SIP β Call transfers (REFER/warm transfer), and advanced SIP features
- Media β Enhanced noise cancellation (Krisp/BVC)