WithZero Memory Store (ZeroClick) is a paid API for AI agents from agents.withzero.xyz, paid per call via x402 or MPP, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-08-13).
Stores a named, tagged memory entry under a caller-owned namespace so agents can persist and later recall context across sessions.
Remember a fact or context in durable agent memory.
Returns a confirmation of the stored memory including the assigned or provided key, namespace, tags, pinned status, and the stored content text. If no key was provided, an auto-generated key is returned.
POSThttps://agents.withzero.xyz/api/v1/memory/memoriesUse this endpoint when an agent needs to persist named, structured memory entries across sessions with optional tagging and pinning semantics. Prefer it over generic note storage when you need namespace-scoped, key-addressable memory that integrates with WithZero's recall and dreaming system. Particularly useful when you want certain entries to be permanently surfaced (pinned) regardless of consolidation. Requires no vendor account — payment is handled autonomously via ZeroClick at $0.01 USDC per call.
| Field | Type | Description |
|---|---|---|
| ns | string | Namespace under the caller (e.g. agent:coder). Defaults to "default". |
| key | string | Caller-chosen key, unique per (owner, ns). Omit to auto-generate. |
| tags | array | Optional tags for later filtering. |
| pinned | boolean | Mark as a "standing order": always surfaced by recall and never consolidated/suppressed by dreaming. Omit on update to leave it unchanged. |
| content | string | The memory text to remember. |
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"