Skip to main content
Keep your agents, ditch the infrastructure. No more managing Kubernetes clusters, TURN servers, SIP services, or autoscaling.

What Telnyx replaces

  • LiveKit SFU server
  • SIP service / Otel SIP
  • TURN/STUN servers
  • Container orchestration / autoscaling
  • TLS termination and load balancing
  • Monitoring infrastructure

What stays the same

  • Your agent code
  • SDK calls
  • Room management logic
  • Dispatch rules

Steps

  1. Create a Telnyx account at portal.telnyx.com
  2. Generate a Telnyx API key in the portal
  3. Update your agent to point at https://nyc1.livekit-telnyx.com (or your preferred region)
  4. Move secrets to the platform:
    lk agent deploy . --secrets TELNYX_API_KEY=<your-key>,OTHER_SECRET=<value>
    
  5. Re-create dispatch rules on the Telnyx platform
  6. Update SIP configuration to point at Telnyx SIP endpoints
  7. Verify your agent is running: lk room list
  8. Decommission your self-hosted infrastructure

What you gain

  • No infra management — No Kubernetes, no TURN, no Redis for multi-region.
  • Built-in SIP, no third-party SIP fees — On other platforms, you pay third-party SIP fees on top of your usage. On Telnyx, those are gone entirely.
  • Managed autoscaling — Platform handles container lifecycle.
  • Ultra-low latency AI on Telnyx GPUs — STT, TTS, and LLM colocated in every region ~2ms from your agents. No round-trips to external APIs.