How can I get livekit api-key and livekit api-secr...
# ask-ai
s
How can I get livekit api-key and livekit api-secret from livekit cloud server?
t
Thanks for reaching out, Gerardo. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I'm here to help you get your LiveKit API key and API secret from the LiveKit Cloud server. Just follow these simple steps: 1. Sign in to LiveKit Cloud: Start by logging into your account at https://cloud.livekit.io. If you run into any trouble, feel free to reach out! 2. Create or Select a Project: Once you're logged in, you can either create a new project or pick one you've already set up. 3. Generate API Key and Secret: Head over to the Settings page within your project. Here, you’ll be able to generate your
LIVEKIT_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