← Back to directory

Agent Memory: durable key-value storage that survives between agent runs. Write ...

https://x402-services-production.up.railway.app/api/memory/set

Overview

Agent Memory: durable key-value storage that survives between agent runs. Write a JSON value (16KB max) under a key. First write to a namespace claims it with your secret token. Send { ns, token, key, value }.

Protocol x402
Price $0.0050
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402-services-production
Source bazaar
Indexed 2026-07-14 15:15:33

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "key": { "description": "Key to store under", "required": true, "type": "string" }, "ns": { "description": "Your namespace (1-128 chars)", "required": true, "type": "string" }, "token": { "description": "Your secret token; set on first write, required after", "required": true, "type": "string" }, "value": { "description": "Any JSON value, 16KB max", "required": true, "type": "object" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }