Core capabilities
- Store user-specific memories with
/api/Memory/write, tagging and scoping them per user or project. - Retrieve relevant facts in real time with
/api/Memory/recalland refine results with thresholds and tags. - Summarize & explore topics with
/api/Memory/recall-summaryand/api/Memory/recall-topicsto power profile views. - Administer the dataset with
/api/Memory/deleteand/api/Memory/export(Manager role required).
Endpoint quick reference
Before you start
- Generate an API key and store it securely. Keys map to a role; choose Manager if you need deletion or export access.
- Align on consent. The
consentFlagfield must betruefor every stored memory to meet compliance requirements. - Decide on scoping. Use
projectIdto partition memories per environment, and uniqueuserIdvalues for personalized recall.
Where to go next
Memory Kick Start
Learn how to write your first memory and retrieve it with
/api/Memory/recall.Memory Deep Dive
Explore payload schemas, query tuning, and admin workflows for Memory.

