Shrinam Memory
Memory API · India-resident

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.

Start building — free Read the docsNo card · 100 calls/day free
store · recall
# 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.

How it works

Store. Sign. Recall. Prove.

01

Ingest

POST a memory. Auto date-extraction, up to 64,000 chars per item.

02

Sign

The write is PQC-signed and chained into your tamper-evident audit log.

03

Recall

Ask a question — get the grounded answer, or an honest ⊥ with a reason.

04

Forget

Delete on demand and receive a signed proof-of-erasure certificate.

Capabilities

Everything a memory needs — grouped, not dumped.

See every capability, power & use-case

Memory

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/mem0
Pricing

Real, enforced limits — printed.

Per-tenant rate limits, enforced server-side. Start free, no card. Prices for paid tiers are being finalised.

Free2 rps100 / dayNo card. Build for real.Start free
Starter10 rps1,000 / dayShip a side-project.Choose Starter
Developer10 rps5,000 / dayProduction apps.Choose Developer
Pro30 rps10,000 / dayScaling teams.Choose Pro
Team60 rpsUnmetered*Seats + roles.Choose Team

* Team is unmetered on daily calls (fair-use). Enterprise (100 rps) with dedicated residency & SLA — talk to us.

Live status →Data Processing (DPA) →API reference →Verify a certificate offline — no secret leaves the server.