dry-branch-55698
09/12/2025, 3:16 AMtall-airline-16756
09/12/2025, 3:16 AMtall-airline-16756
09/12/2025, 3:17 AMlk 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