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