I’m working on integrating
LiveKit Agents Cloud into my project so an autonomous agent worker can join interview rooms.
Here’s my current setup:
•
App: Creates a room via /api/prepare-room (Next.js API route) before participants join. I also use Node.js.
• We include roomConfig.agents = [{ agentName: process.env.LIVEKIT_AGENT_NAME }] in the request so the Cloud should auto-dispatch the agent worker.
•
Frontend: Connects to the room, sends instructions to the agent over the data channel, subscribes to remote audio.
•
Env vars in the app: LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_AGENT_NAME, OPENAI_API_KEY.
The issue:
When I log into
https://cloud.livekit.io and open my project, I don’t see the
Agents tab in the left sidebar (between “Recordings” and “Settings”). Without this, I can’t create or view workers, configure dispatch rules, or monitor agent jobs.
What I’ve checked so far:
• I’m in LiveKit Cloud (not self-hosted).
• I’ve confirmed I’m in the correct project that my API keys belong to.
• I’ve looked in Project Settings but don’t see an “Enable Agents” option.
Could you please check if
Agents Cloud is enabled for my account/project?
If not, could you enable it so I can deploy my worker and set up dispatch?