lk agent deploy uploads your code, builds a container image on Telnyx’s build service, and deploys the worker.
1. Create your agent
livekit.toml. Skip this if you’ve already created the agent.
2. Deploy
3. Check status
4. Tail 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_URLLIVEKIT_API_KEY— your Telnyx API keyLIVEKIT_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