Skip to content

Pricing

Only endpoints that use AI (embeddings + LLM) cost money. Everything else is free.

Free Tier

100 free calls

Every wallet gets 100 paid-endpoint calls free. Just sign with your wallet — no payment needed.

After free tier: pay-per-call with x402. Free endpoints are always free.

Store + recall for $0.005 each

No subscriptions. No API keys. No monthly minimums.

Paid endpoints

These use OpenAI embeddings or GPT-4o-mini

POST /v1/store$0.005

Store a memory

POST /v1/store/batch$0.04

Store up to 100

POST /v1/recall$0.005

Semantic search

PATCH /v1/memories/:id$0.005

Update a memory

PATCH /v1/memories/batch$0.005

Batch update

POST /v1/memories/extract$0.01

Extract facts via LLM

POST /v1/memories/consolidate$0.01

Merge similar memories

POST /v1/ingest$0.01

Auto-extract & relate

POST /v1/context$0.01

Assemble context block

POST /v1/migrate$0.01

Import markdown files

Free endpoints

No OpenAI cost — always free, no credits consumed

GET /v1/memoriesGET /v1/memories/:idDELETE /v1/memories/:idDELETE /v1/memoriesPOST /v1/searchGET /v1/suggestedGET /v1/memories/corePOST /v1/memories/coreGET /v1/memories/:id/historyPOST /v1/memories/:id/relationsGET /v1/memories/:id/relationsGET /v1/memories/:id/graphGET /v1/memories/exportGET /v1/namespacesGET /v1/stats

FAQ

Common questions about MemoClaw.

x402 is a payment protocol where paying for a request IS the authentication. Your wallet address becomes your identity. No signup, no API keys to manage, no rate limits to worry about. Just pay and use.

Local files require keyword search (grep), eat context window space when loaded, and don't work across devices. MemoClaw uses semantic search (find by meaning), persists outside your context, and works everywhere your wallet does.

USDC on Base (an Ethereum L2). Any EVM wallet works — MetaMask, Coinbase Wallet, Rainbow, etc. Base has low fees (~$0.01 per transaction).

Yes. Memories are scoped to your wallet address. Wallet A cannot see Wallet B's memories. We don't train on your data. You can delete memories anytime.

Any agent that can make HTTP calls or run shell commands. Claude Code, Cursor, Copilot, custom agents — if it can call an API, it works.

We generate embeddings (vector representations) of your memories using OpenAI. When you recall, we find memories with similar meaning — not just matching keywords. "editor preferences" finds "uses vim keybindings".

Paid endpoints will return an x402 payment-required response. Your agent (or SDK) automatically handles the micropayment with USDC on Base — typically under $0.01 per transaction. Free endpoints (list, delete, search, export, etc.) remain free forever.

There's no cap on the number of memories per wallet. Each individual memory can be up to 8,192 characters. For larger content, use the extract or ingest endpoints to break it into meaningful chunks automatically.

Yes. The GET /v1/memories/export endpoint returns all your memories as JSON — completely free, no credits consumed. You own your data and can take it with you anytime.

A typical MEMORY.md file consumes 2,000–10,000 tokens of your context window every prompt. With MemoClaw, your agent recalls only what's relevant — usually 200–500 tokens. That's an 80–95% reduction in memory-related context usage.

Yes. Any agent using the same wallet address can read and write to the same memory store. Use namespaces to organize memories by project or agent. It's like giving your agents a shared brain.

One command away from agents that remember.

memoclaw init — no signup, no email, no API keys. Your agent has persistent memory in 30 seconds.

$0.005 per store/recall · No monthly fees · Pay only for what you use