AgentMemo is a cloud API that gives AI agents persistent memory across sessions and a human-in-the-loop approval gateway â one integration, any model.
â ï¸ Copy this now â it won't be shown again. Use as X-API-Key header.
# Store a memory
curl -X POST https://api.agentmemo.net/memories \
-H "X-API-Key: am_your_key" \
-d '{"content": "User prefers concise replies", "namespace": "prefs"}'
# Recall it later
curl "https://api.agentmemo.net/memories/search?q=user+preferences" \
-H "X-API-Key: am_your_key"
# Request human approval before a sensitive action
curl -X POST https://api.agentmemo.net/approve \
-H "X-API-Key: am_your_key" \
-d '{"question": "Send this email to john@example.com?"}'
AgentMemo provides two core services via a simple REST API and MCP server.
Store, search, and retrieve memories across agent sessions. Namespace by project, user, or agent. Never lose context again.
Agents submit sensitive actions for human review. Humans approve or reject via dashboard or email. Agents resume automatically on decision.
One-line setup in any MCP-compatible client: Claude, Cursor, OpenClaw, and more. Exposes tools: remember, recall, forget, request_approval, check_approval.
REST API works with any AI model or framework â OpenAI, Anthropic, Google Gemini, local Llama models, LangChain, AutoGen, and more.
Organize memories by project, user, or agent namespace. Perfect for multi-tenant SaaS applications and multi-agent pipelines.
Simple API key authentication. Keys are scoped to your account with per-tier rate limits. Create multiple keys per project.
All endpoints require an X-API-Key header. Base URL: https://api.agentmemo.net
Add AgentMemo to Claude, Cursor, OpenClaw or any MCP-compatible AI client in seconds.
{
"mcpServers": {
"agentmemo": {
"command": "npx",
"args": ["agentmemo-mcp"],
"env": {
"AGENTMEMO_API_KEY": "am_your_key_here"
}
}
}
}
Available MCP tools: remember · recall · forget · request_approval · check_approval
All plans include the full Memory API and Approval Gateway. Billed monthly. Cancel anytime.
â ï¸ Copy this now â it won't be shown again. Use as X-API-Key header.
All paid plans are billed monthly and can be cancelled at any time. No setup fees. Prices in USD.
AgentMemo sells subscription-based access to a cloud API. When you subscribe, you receive:
Subscriptions are recurring monthly charges. Your API key is provisioned immediately upon successful payment.
We offer a 7-day money-back guarantee on all paid plans. If you're not satisfied within 7 days of your first payment, contact us at hello@agentmemo.net for a full refund.
After 7 days, subscriptions are non-refundable but you may cancel at any time to stop future charges. You retain access until the end of your billing period.
To request a refund or cancel: email hello@agentmemo.net with your account email. We process refunds within 5 business days.
AgentMemo collects and stores only what is necessary to provide the service:
We do not sell your data. Memory content is never used to train AI models. You can request deletion of all your data at any time by emailing hello@agentmemo.net.
Payments are processed by Stripe. We do not store payment card details.
By using AgentMemo you agree to:
We reserve the right to suspend accounts that violate these terms. Full terms available on request at hello@agentmemo.net.
Questions, support, refunds, or partnership inquiries â we respond within 1 business day.