Skip to main content
Deploy your agent to Telnyx with the standard lk CLI. Same commands as LiveKit Cloud — lk agent deploy builds a container image and deploys it to Telnyx infrastructure.

Quick deploy

lk agent deploy . --secrets TELNYX_API_KEY=<your-key>
That’s it. Your code is uploaded, a container image is built, and your agent is deployed.

What Telnyx manages

  • LiveKit SFU (media server)
  • SIP service
  • Agent container runtime and autoscaling
  • TLS/SSL termination
  • Load balancing
  • Health checks and rolling deploys

What you control

  • Agent code and Dockerfile
  • Secrets (via CLI)
  • Deployment lifecycle (lk agent deploy, lk agent rollback)
  • Model provider selection (Telnyx plugin or BYOK)

Regions

See Regions for all available platform and SIP endpoints.