- persist key facts extracted from documents (parties, dates, issues)
- give agents per-case context that survives across sessions
- build a correction layer so agents learn from feedback
Entry types
Every memory entry has atype that describes the kind of knowledge it holds:
Create an entry
Endpoint
The
casedev CLI does not yet expose vault memory commands. Use cURL or one of the supported SDKs above.Request body
Response
Search memory
Search entries by meaning — not just keywords.Endpoint
Parameters
List entries
Retrieve all memory entries for a vault.Endpoint
Update an entry
Endpoint
Parameters
At least one field must be provided.
Delete an entry
Endpoint
{ "deleted": true } on success.
