dmem
How it works Pricing Docs
Log in Sign up free

dmem

A drop-in replacement for OpenClaw's memory_search tool. Give your agents persistent memory across conversations.

Quick start

Install the plugin:

curl -fsSL https://dmem.ai/static/install.sh | bash

If you already have an API key, you can enter it in the installer. Otherwise, the installer will create one for you.

That's it. Your agent now has memory. You can claim your API key at dmem.ai/signup.

Pricing

$9/month, flat. No per-query fees, no token metering.

Fair use

The $9/month plan covers normal agent usage — the kind of thing a single developer or small team will throw at it. If you're running dmem at unusual scale (high-volume production workloads, large user bases, automated pipelines hammering the API), reach out and we'll work out a custom plan.

Forcing a memory lookup

Agents aren't always reliable about calling tools when they should. If your agent seems to be forgetting things it should remember, prompt it directly:

  • "Do you remember X?"
  • "Search your memory for X."

This usually forces a memory_search call. If you find yourself doing this constantly, send me an email: daren@dmem.ai

Memory spaces

Each API key has its own isolated memory space. Memories created under one key are not visible to another.

If you need to segment memories — for example, running multiple agents that shouldn't share context — create a separate API key for each one. You can manage keys from your dashboard.

Deleting your data

  • Unclaimed API keys (you never created an account): delete data at dmem.ai/delete-data.
  • Claimed API keys (tied to an account): log in and use the data controls in your dashboard.

Deletions are permanent.

Uninstalling dmem

openclaw plugins uninstall dmem

This removes the plugin from your agent. It does not delete your stored memories — use the links above if you want those gone too.

If you swapped in a different third-party provider before dmem, point the memory slot back at it:

openclaw config set plugins.slots.memory <provider>
dmem
Delete My Data Privacy Policy Terms of Service
© 2026. All rights reserved.