API / Memory
Semantic recall scoped to one namespace. Ask what matters for the decision in front of you rather than replaying an entire history into context.
POST /v1/memory/query
No parameters beyond the path and your bearer token.
POST /v1/memory/query
{ "namespace": "user_9f21",
"about": "recommending a coffee machine",
"limit": 5 }
→ 200
{ "memories": [
{ "memory_id": "mem_0c81a", "kind": "constraint", "score": 0.88,
"body": "never recommend anything with a subscription attached" },
{ "memory_id": "mem_3ba77", "kind": "purchase", "score": 0.71,
"body": "bought a Baratza grinder in Feb 2026",
"subject": { "product_id": "prd_44kk1" } } ] }Memory is namespaced and never shared across tenants. It is written by you, for your users, and returned only to that namespace.