Skip to main content
Vault memory lets you attach structured knowledge to a vault — facts, party details, deadlines, preferences, and more. Agents and workflows can read and search this memory to stay context-aware without re-processing documents. Use vault memory when you want to:
  • 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 a type 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
Returns { "deleted": true } on success.