The honest memory API for AI agents.
Recall that returns the truth or says ⊥ — never a hallucination. Every write PQC-signed. Every deletion comes with a certificate. Built in Bharat 🇮🇳, DPDP-native.
# 1. store a memory
curl -X POST https://api.memory.shrinam.com/v1/memory/ingest \
-H "Authorization: Bearer scm_live_xxx" \
-d '{"content":"Aditi prefers window seats on morning flights"}'
# 2. recall — get the truth, or an honest ⊥
curl -X POST https://api.memory.shrinam.com/v1/memory/recall \
-H "Authorization: Bearer scm_live_xxx" \
-d '{"query":"What seat does Aditi like?"}'Honest recall (⊥)
Ask for something we don’t have and we return ⊥ with a reason — not a confident wrong answer. The one thing a RAG store can’t promise.
Provable erasure
Every delete returns a cryptographically signed certificate you can hand your auditor. Digital cremation drops the whole tenant, with a receipt.
PQC-signed, every tier
Every write is signed with B-DSA-JT (hash-based, Shor-immune) and chained in a tamper-evident audit log. No “Enterprise-only” paywall on trust.
Sovereign by default
Data resident in Mumbai (asia-south1), DPDP-native, self-service export + right-to-erasure. Compliance built in, not bolted on.
Store. Sign. Recall. Prove.
Ingest
POST a memory. Auto date-extraction, up to 64,000 chars per item.
Sign
The write is PQC-signed and chained into your tamper-evident audit log.
Recall
Ask a question — get the grounded answer, or an honest ⊥ with a reason.
Forget
Delete on demand and receive a signed proof-of-erasure certificate.
Everything a memory needs — grouped, not dumped.
See every capability, power & use-caseMemory
ingest · bulk-ingest · recall · unified-recall · temporal (as-of, between, ordering).
Trust
sign · verify · audit chain · signed erasure certificates.
Lifecycle
forget · restore · dormant · consolidate · digital cremation.
Ingest anything
PDF extract · image OCR · audio transcribe · Notion/Slack/Drive connectors.
Migrate-in
One endpoint each for Mem0, Supermemory, Letta, LangChain, ChatGPT.
Sovereign
DPDP export · right-to-erasure · Mumbai residency · per-tenant isolation.
Coming from Mem0 or Supermemory?
Bring your memory. Leave the lock-in — one endpoint per source.
POST /v1/migrate/mem0Real, enforced limits — printed.
Per-tenant rate limits, enforced server-side. Start free, no card. Prices for paid tiers are being finalised.
* Team is unmetered on daily calls (fair-use). Enterprise (100 rps) with dedicated residency & SLA — talk to us.