Most users don’t need to call the API directly. The OpenClaw plugin handles memory operations automatically via Auto-Recall, Auto-Capture, and built-in tools.
Store Memory
Store a new memory for your project. Endpoint:POST /memory/store
The content of the memory
Memory type:
episodic, semantic, procedural, or workingOptional tags for organization
Optional metadata object
Request
Response
Search Memories
Search memories using semantic similarity. Endpoint:POST /memory/search
Natural language search query
Filter by memory type
Number of results (max 20)
Request
Response
Get Recent Memories
Retrieve the most recent memories. Endpoint:POST /memory/recent
Number of results
Filter by memory type
Request
Response
Delete Memory
Delete a memory by ID. Endpoint:DELETE /memory/:id

