Same commands as LiveKit Cloud.Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
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
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