Agent Memory API – Store Memory is a paid API for AI agents from agent-memory-api.johntaylor1online.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).
Persistently stores a memory entry in an agent's long-term storage backend via a paid POST request.
Store a memory in persistent agent storage
Returns a JSON object containing a list of memories with a relevance score (e.g. 0.95) and the stored memory content, confirming successful persistence.
POSThttps://agent-memory-api.johntaylor1online.workers.dev/memory/addChoose this endpoint when an AI agent needs to persist information across sessions or conversations using an x402 micropayment-gated storage API hosted on Cloudflare Workers. It is best suited for lightweight agent memory writes where per-call pricing (~$0.02 USDC) is acceptable and the agent needs durable, retrievable memory without managing its own database infrastructure.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| outputrequired | object |
{
"type": "json",
"example": {
"memories": [
{
"score": 0.95,
"content": "Memory recall works"
}
]
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"