Workspaces
A workspace (org_id) is the boundary for everything — searching, adding memory,
sessions, and billing all happen within it.
Users
Inside a workspace, you can see your users and their activity:How access works
Every request is tied to a workspace (and optionally a user) by the credential you send:API key
Created in the dashboard. Tied to a workspace; add
X-User-Id for per-user
calls.Session token
From signup or login. Carries the workspace and user.
You can only reach your own workspace, and personal memory stays with its user. A
few actions — like looking at another user’s suggested directions — need founder
access.
Founder access
Accounts with founder access can see the admin views — usage across workspaces and overall system health. See Admin API.Workspaces & users API
The endpoints behind workspaces and users.