how do I select which project to deploy a livekit ...
# ask-ai
d
how do I select which project to deploy a livekit cloud agent too
t
Thanks for reaching out, Theo. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
To help you select a project for deploying a LiveKit Cloud Agent, here’s a simple step-by-step guide: 1. Authenticate and Link Your Project: Start by using the CLI command
lk cloud auth
to sign in to LiveKit Cloud. This will let you choose a project to link, connecting it to your CLI instance and creating the necessary API credentials. 2. Set a Default Project: Once linked, you can set this project as your default with
lk project set-default "<project-name>"
. This way, your CLI commands will automatically use this project unless you decide otherwise. 3. Use
livekit.toml
Configuration:
If you have a
livekit.toml
file in your working directory, the CLI will automatically pick up the project specified there for you. 4. Manual Project Selection: If you haven’t set a default project and there’s no
livekit.toml
file, don’t worry! The CLI will kindly prompt you to choose a project interactively when you run agent commands. 5. Deploy the Agent: After selecting your project, go ahead and deploy your agent with
lk agent create
. This will register your agent with the chosen project and take care of configuration, code upload, and deployment for you. If you have any questions or need a hand with any of these steps, just let me know—I’m here to help! Sources: LiveKit CLI Setup | LiveKit Docs | LiveKit CLI project management | LiveKit Docs | Agent deployment CLI reference | LiveKit Docs | autocomplete/fish_autocomplete | Voice AI quickstart | LiveKit Docs