You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ For other platforms (macOS, Windows) - check [LiveKit CLI documentation](https:/
65
65
lk cloud auth
66
66
```
67
67
68
-
3.**Get agent ID & run first deployment to LiveKit Cloud:**
69
-
- Create your agent first & deploy first version: `lk agent create`
70
-
- The agent ID will be in the generated `livekit.toml` file
68
+
3.**Get your agent ID and deploy to LiveKit Cloud:**
69
+
- Create and deploy your agent for the first time: `lk agent create`
70
+
- The agent ID will be written to the generated `livekit.toml` file. Make sure to keep this file in the `agent/` directory to enable cloud deployment in CI/CD pipeline.
71
71
72
72
4.**Get environment variables from LiveKit**:
73
73
- Run `lk app env --write` to create `.env.local` with `LIVEKIT_API_KEY`, `LIVEKIT_API_SECRET`, and `LIVEKIT_URL`
@@ -87,7 +87,6 @@ lk cloud auth
87
87
-`LIVEKIT_URL`: Your full LiveKit Cloud URL (e.g., `wss://your-project.livekit.cloud`)
88
88
-`LIVEKIT_API_KEY`: Your LiveKit API key from `.env.local` generated in step 4
89
89
-`LIVEKIT_API_SECRET`: Your LiveKit API secret from `.env.local`
90
-
-`LIVEKIT_AGENT_ID`: Your agent ID (e.g., `CA_PARMnikDQoKU`) from `livekit.toml`
0 commit comments