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.

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.

dognamr / visitors3 of 4,182
visitor:a8c1โ€ฆ{ "favorites": ["luna","rex","mochi"] }
visitor:f02eโ€ฆ{ "favorites": ["biscuit"] }
visitor:3bb9โ€ฆ{ "favorites": ["pepper","sage"], "lang": "en" }
  • 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.
  โ—† you are here:  User Data Store
        โ”‚
        โ”œโ”€โ”€ ๐Ÿชช Personas
        โ”œโ”€โ”€ ๐Ÿ“ฆ Projects
        โ”œโ”€โ”€ ๐Ÿ”‘ Applications
        โ”œโ”€โ”€ ๐Ÿ”Œ REST API
User Data Store โ€” Agentic Developer Hub