Claiv Memory · Context as a service

Give your AI
a past it can trust.

Most AI starts every session from zero. Claiv Memory is a durable, evidence-backed memory layer behind three endpoints — so your agents remember what happened, recall only what matters, and can forget on request.

3 endpointsTenant isolatedGDPR receipts
INGESTSTORERECALLConversationcall-2026-07-14Documentcontract-v3.pdfDecisionannual plan agreedCLAIVMEMORYfacts · evidence · timeRECALL · 800 TOKENS"Priya agreed tothe annual plan"from call-2026-07-14Forgetreceipt rcp_8f2a…

Three endpoints. That is the whole surface.

Memory should be infrastructure, not a product your users have to learn. Everything is ingest, recall and forget.

Ingest

Write what happened.

Push conversations, documents and decisions as they occur. Claiv extracts durable facts, keeps the evidence and tracks when each one was true.

ingest.tsPOST /v6/ingest
// store an event as it happens
await claiv.memory.ingest({
  project: "acme-onboarding",
  content: "Priya agreed to the annual plan",
  source: "call-2026-07-14"
});
Recall

Read only what matters.

Ask for context against a token budget. You get the most relevant facts with their evidence and timestamps — not an unbounded dump of history.

recall.tsPOST /v6/recall
// budgeted, evidence-backed context
const ctx = await claiv.memory.recall({
  project: "acme-onboarding",
  query: "what did Priya commit to?",
  token_budget: 800
});
Forget

Delete, and prove it.

Remove a person, a project or a single fact and receive a deletion receipt you can hand to a regulator. Erasure is a first-class operation, not a support ticket.

forget.tsPOST /v6/forget
// right-to-erasure with a receipt
const receipt = await claiv.memory.forget({
  project: "acme-onboarding",
  subject: "priya@acme.com"
});
// → { deleted: 42, receipt_id: "rcp_…" }

Built for memory you can defend.

Storing text is easy. Knowing what is true, when it was true, and proving you deleted it is the hard part.

Evidence-backed

Every recalled fact carries the source it came from, so an agent can cite rather than hallucinate.

Temporal by design

Facts change. Memory tracks when something became true and when it stopped being true.

Tenant isolated

Every project is scoped to its own tenant with its own keys. No cross-tenant bleed, by construction.

Deletion receipts

Erasure returns a signed receipt with what was removed — the evidence a GDPR request actually needs.

0
Accuracy on the LoCoMo long-context benchmark
0
Endpoints to learn — ingest, recall, forget
0
Recalls returned with source evidence
0
Token budget you control on every recall
Rather not build it yourself?

We build on Memory for clients too.

Memory is the infrastructure behind the AI solutions we deliver for businesses. If you would rather have the whole thing designed, built and supported for you, tell us what you need.

Get a free quote
Start in minutes

Give your agents a memory.