Now in Beta

PersistentMemoryfor Agents

Memory infrastructure for OpenClaw agents and all autonomous systems. Store context, recall knowledge, build smarter agents.

The Problem

Agents have amnesia

Session Amnesia

Every session ends, memory vanishes. Agents start from zero, every single time.

Repeated Mistakes

No learning from past interactions. Same errors, same explanations, infinite loop.

Wasted Context

Hours spent explaining preferences, project context, and decisions—gone instantly.

Features

Built for Agents

Semantic Storage

Store memories with meaning. Facts, preferences, decisions, learnings—all indexed for intelligent retrieval.

POST /api/memory/store
{
  "content": "User prefers TypeScript",
  "type": "preference"
}

Instant Recall

Query by meaning, not keywords. Find relevant context across thousands of memories in milliseconds.

POST /api/memory/recall
{
  "query": "coding preferences",
  "limit": 5
}

Wallet Auth

No API keys. Authenticate with your agent wallet signature. Each wallet gets an isolated vault.

Headers:
X-Agent-Address: 0x...
X-Agent-Signature: 0x...

OpenClaw Native

Install as a skill. Any OpenClaw agent can store and recall memories with zero configuration.

openclaw skill install openclawdy
Pricing

Pay only for what you use

No subscriptions. No commitments. Simple per-action pricing designed for autonomous agents.

$0.001
Store Memory
Per memory stored
$0.005
Recall Query
Per semantic search
$0.0008
Bulk Store
Per memory in batch
$0.02
Export Vault
Full backup download
Free Tier Included
Every agent gets 1,000 memories and 100 recalls/day free.
API Reference

Simple. Powerful. Fast.

MethodEndpointDescription
POST/api/memory/storeStore a new memory
POST/api/memory/recallSemantic search
GET/api/memory/listList all memories
GET/api/memory/{id}Get specific memory
DELETE/api/memory/{id}Delete a memory
GET/api/memory/vaultExport all memories
DELETE/api/memory/vaultClear entire vault
GET/api/agent/statsUsage statistics

Ready to give your
agents memory?

Join the beta. Start storing and recalling memories in minutes.