swift-nail-77471
09/18/2025, 2:40 PMtall-airline-16756
09/18/2025, 2:40 PMtall-airline-16756
09/18/2025, 2:41 PMLIVEKIT_API_KEY and LIVEKIT_API_SECRET.
4. Set Environment Variables: After you have your credentials, set them as environment variables like this:
`export LIVEKIT_URL=<your livekit server url>
export LIVEKIT_API_KEY=<your api key>
export LIVEKIT_API_SECRET=<your api secret>`The LIVEKIT_URL usually looks like wss://<subdomain>.livekit.cloud, and you can easily find it at the top of your project dashboard.
Just a gentle reminder to keep these credentials safe and secure—they’re key to accessing your LiveKit resources smoothly. If you have any questions or need a hand, I’m here for you!
Sources: Accepting incoming calls | LiveKit Docs | Mini tutorial: setting up a LiveKit Cloud project | .env.example | agent-console/lib/livekit-utils.ts | .env.example