Skip to content

Commit b3746b7

Browse files
committed
update wording
1 parent 50f982e commit b3746b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

agent/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ For other platforms (macOS, Windows) - check [LiveKit CLI documentation](https:/
6565
lk cloud auth
6666
```
6767

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.
7171

7272
4. **Get environment variables from LiveKit**:
7373
- 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
8787
- `LIVEKIT_URL`: Your full LiveKit Cloud URL (e.g., `wss://your-project.livekit.cloud`)
8888
- `LIVEKIT_API_KEY`: Your LiveKit API key from `.env.local` generated in step 4
8989
- `LIVEKIT_API_SECRET`: Your LiveKit API secret from `.env.local`
90-
- `LIVEKIT_AGENT_ID`: Your agent ID (e.g., `CA_PARMnikDQoKU`) from `livekit.toml`
9190

9291
6. **Configure the workflow** (optional):
9392

0 commit comments

Comments
 (0)