Skip to main content

Access model

All platform interaction is through the lk CLI and the Telnyx Portal. There is no direct access to underlying infrastructure (no kubectl, no SSH).

What Telnyx manages

  • LiveKit SFU (media server)
  • SIP service (built-in telephony)
  • Agent container runtime and orchestration
  • Autoscaling
  • TLS/SSL termination and load balancing
  • Health checks and rolling deploys

What you control

CapabilityHow
Agent code and Dockerfilelk agent deploy .
Secretslk agent deploy --secrets / lk agent update-secrets
Rollbacklk agent rollback
Logslk agent logs
Phone numbersTelnyx Portal
SIP connectionsTelnyx Portal
Model selectionTelnyx plugin or BYOK

Current limitations

  • No volume mounts or persistent storage
  • No custom networking or network policies
  • No privileged containers
  • No custom domains
  • No direct database access — use external services with secrets
See Compatibility for the full list of supported and unsupported features.