Remember a Fact in Durable Agent Memory is a paid API for AI agents from memory.withzero.xyz, paid per call via MPP, metered — billed by usage, status unknown (last checked 2026-09-14).
Stores a text memory (fact, context, or standing order) into durable, private agent memory with optional namespace, key, tags, and pinning.
Remember a fact or context in durable agent memory.
Returns the memory's assigned ID, the key (caller-supplied or auto-generated), and the remaining prepaid USDC balance in micros after the write operation.
POSThttps://memory.withzero.xyz/api/v1/memoriesUse this endpoint when you need to persist a fact, preference, instruction, or context durably across agent sessions, especially when you want namespaced organization, tagging for later recall, or pinned 'standing orders' that always surface during recall. Prefer this over in-context storage when information must survive beyond the current conversation or be retrievable by a separate recall query.
| 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. |
| contentrequired | string | The memory text to remember. |
| Field | Type | Description |
|---|---|---|
| idrequired | string | |
| keyrequired | string | |
| replayedrequired | boolean | |
| billing_railrequired | string | |
| balance_microsrequired | string | Remaining refundable direct-rail prepaid balance in USDC micros. ZeroClick usage never changes it. |
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"