Account setup
After signing up, you will be prompted to create your first organization. An organization is the top-level container for your API keys and all memories stored by your agents. Keys can never access data from another organization. If you build multiple products or need strict data separation, create a separate organization for each.Switching organizations
Use the organization switcher in the sidebar to move between multiple organizations. Each organization has its own set of keys, memories, and settings.API keys
API Keys → New key- Give the key a name that reflects its purpose (e.g.
production,staging,loadtest). - Select the scopes your agent needs:
- Write — store memories (
POST /v1/memories) - Read — search, get, and list memories
- Delete — delete memories
- Write — store memories (
- Copy the key immediately — it is shown once and cannot be retrieved again.
- Store it securely (secrets manager, environment variable) and never commit it to source control.
Revoking a key
To rotate a key:- Create a new key with the same scopes.
- Deploy the new key to all services that use it.
- Once deployment is confirmed, click Revoke on the old key.
401 unauthorized.
Memory browser
The Memories page lets you browse, search, and inspect everything your agents have stored for this organization. Use it to:- Verify that writes are arriving and being processed correctly.
- Debug unexpected search results by inspecting raw memory content.
- Manually delete bad or test entries.
Settings
Organization settings:- Rename the organization
- Delete the organization — permanently removes all keys and memories for this org
- Change your email address
- Change your password
- Delete your account