Skip to main content
Same commands as LiveKit Cloud. lk agent deploy uploads your code, builds a container image on Telnyx’s build service, and deploys the worker.
First time deploying? Complete Quickstart — Step 1 to configure your CLI and register with the platform.

1. Create your agent

Registers the agent and writes the agent ID to livekit.toml. Skip this if you’ve already created the agent.

2. Deploy

Subsequent deploys roll out a new version.

3. Check status

4. Tail logs

For build logs:

5. Update secrets

Add or update secrets on a running agent:

6. Rollback

What gets auto-injected

The platform injects these into your agent’s environment at runtime — you don’t need to set them manually:
  • LIVEKIT_URL
  • LIVEKIT_API_KEY — your Telnyx API key
  • LIVEKIT_API_SECRET

More

  • Secrets — Managing API keys and sensitive config
  • Configuration — Regions, multi-agent projects, env vars
  • Management — What Telnyx manages vs. what you control