Agent picker
After a Consumer picks a Space on /, they land here: the list of Agents inside that Space.
URL shape
/c/cmncvl3u50000o77w4p2u0xpc
│
└─ space ID (cuid) — same value as the Space ID in /org
What's on the page
- Personalized greeting — "Hi
<First Last>!" - "Pick a Space" button — takes the Consumer back to
/so they can switch Spaces. - Subtitle — "Please pick an agent."
- Agent cards — one card per Agent in the Space. Each card reads:
- "Chat with"
- The Agent's Display Name (the one from
/org/agents/<id>— e.g. One Agent, Next Agent). - A bot icon next to the name.
- Footer — copyright, theme toggle, logout icon.
Which agents show up
Every Agent assigned to this Space (the one in the URL) — independent of any per-Consumer agent permissions. Space membership is the only filter: if a Consumer has access to the Space, they see all of its Agents.
(If you need finer-grained per-agent access, scope it via Spaces — put restricted Agents in their own Space and grant access only to the Consumers who should see them.)
What clicking an Agent does
Clicking an Agent card navigates to /c/<spaceId>/<agentId> — the chat surface with that Agent. <agentId> is the cuid from /org.
Related
- Spaces page — the previous step.
- Conversation — the page after selecting an Agent.
- Organization → Agents — admin side for Agents.