🎉 We just closed a $1M Private Round!Read the announcement →

Frequently asked.

Questions & Answers
How it works
Plans & Privacy
How it works
What is d33pmemory?+

d33pmemory is a memory-as-a-service API for AI agents. It automatically extracts, stores, and recalls structured information about your users — so your agent always has context, without you managing any of it.

How does memory extraction work?+

When your agent ingests a conversation, an LLM reads the exchange and extracts meaningful pieces of information — facts the user stated, preferences they showed, events they mentioned, relationships they referenced. Each memory is stored with a type, category, confidence score, and a vector embedding for semantic search.

What is a confidence score?+

It's a 0–1 number representing how certain we are the memory is true. Directly stated facts score high (0.9+). Things inferred from context score lower depending on the evidence. Absence-based guesses are never stored.

What's the difference between ingest and recall?+

Ingest is when you send a conversation to d33pmemory to extract and store memories from it. Recall is when you query d33pmemory to retrieve the most relevant memories for a given situation — like 'what do I know about this user right now?'

How does recall find the right memories?+

Every memory is stored alongside a vector embedding — a numerical representation of its meaning. When you recall, your query is also embedded and compared against all stored memories. The closest matches (by semantic similarity) are returned, ranked by relevance and confidence.

Memory & data
What types of memories are stored?+

Facts (concrete info like dietary restrictions or job title), preferences (likes/dislikes), events (appointments, things that happened), relationships (who knows who), and patterns (repeated behaviors). Each one is tagged, categorised, and given a confidence score.

Can I see and delete my memories?+

Yes. The dashboard shows all stored memories with their type, source, confidence, and tags. You can delete individual memories or clear them all.

Are memories shared between users?+

No. Memories are scoped per user. Each agent's memories are isolated. Nothing leaks between accounts.

Can multiple agents share memories?+

Yes — that's what Teams are for. Agents in the same team can access shared memories (like company facts or user preferences that apply across agents). Private memories stay agent-specific.

Integration
How do I integrate d33pmemory with my agent?+

Create an API key in the dashboard, then call POST /v1/ingest with the conversation text after each interaction, and GET /v1/recall?query=... before generating a response. That's the full loop.

Does it work with any LLM?+

Yes. d33pmemory is model-agnostic — it sits between your agent and your LLM. You call our API, we handle extraction and storage. Your agent can use OpenAI, Anthropic, Mistral, or anything else.

Is there an OpenClaw plugin?+

Yes. Install it with: openclaw plugins install d33pmemory. Set agentId to empty string in the config and it auto-detects your agent name. No manual wiring needed.

Are there SDKs?+

Python and JS/TS SDKs are in progress. For now, the REST API is straightforward enough to call directly — full docs at api.d33pmemory.com/docs.

Plans & billing
Is there a free plan?+

Yes — free forever, no credit card required. You get 1 agent, 100 memories, and 200 ingests/month. Upgrade when you need more.

What happens when I hit my limit?+

API calls return a PLAN_LIMIT_REACHED error. Your existing memories are safe — you just can't add more until you upgrade or the billing period resets.

Can I switch plans?+

Yes. Upgrade or downgrade anytime from the dashboard billing page. Changes take effect immediately.

Can I cancel anytime?+

Yes. Cancel from the dashboard or the Stripe billing portal. Your data is retained for 30 days after cancellation.

Privacy & security
Is my data secure?+

All API keys are hashed and encrypted at rest. Memories are stored encrypted and scoped per user. We never share data between accounts.

Where is data stored?+

On Supabase (Postgres + pgvector), hosted in the EU. We don't train on your data.

Still have questions?

Talk to us.