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