Details ā User Data Store
User Data Store
End-user state, shared across your apps.
One source of truth for the humans your agents are working with. Project-scoped, token-gated, queryable from anywhere.
A bit of Bob
Every Dognamr visitor pins a few favorite names. That state goes into the user data store, scoped to Casey's Dognamr project, ready when the visitor opens Dognamr again from another device.
A look at it
dognamr / visitors3 of 4,182
visitor:a8c1ā¦{ "favorites": ["luna","rex","mochi"] }
visitor:f02eā¦{ "favorites": ["biscuit"] }
visitor:3bb9ā¦{ "favorites": ["pepper","sage"], "lang": "en" }
What you get
- End-user identity + opaque key-value state. Project-scoped by default.
- Same surface as the persona data store ā different namespace, same API.
- Use it from your app, your worker, your MCP-aware agent.
How it fits together
ā you are here: User Data Store
ā
āāā šŖŖ Personas
āāā š¦ Projects
āāā š Applications
āāā š REST APIConnected features