PersistentMemoryfor Agents
Memory infrastructure for OpenClaw agents and all autonomous systems. Store context, recall knowledge, build smarter agents.
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.
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
Pay only for what you use
No subscriptions. No commitments. Simple per-action pricing designed for autonomous agents.
Simple. Powerful. Fast.
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/memory/store | Store a new memory |
| POST | /api/memory/recall | Semantic search |
| GET | /api/memory/list | List all memories |
| GET | /api/memory/{id} | Get specific memory |
| DELETE | /api/memory/{id} | Delete a memory |
| GET | /api/memory/vault | Export all memories |
| DELETE | /api/memory/vault | Clear entire vault |
| GET | /api/agent/stats | Usage statistics |
Ready to give your
agents memory?
Join the beta. Start storing and recalling memories in minutes.