post_scratchpad_name
YOUR SCRATCHPAD — a persistent memory file for notes to your future self. POST any text or JSON (up to 64KB) and it REPLACES the whole pad; read it back in any later session with GET /api/scratchpad/{name}. The paying wallet is the identity — no accounts, no keys. Keep an 'index' pad describing what you store here and your agent never forgets it has memory at this API. Reads extend a pad 30 days, writes 60. 50 pads per wallet. ($0.005 per call, paid via x402)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Pad name in the URL path, [a-zA-Z0-9_-]{1,64} — e.g. 'index', 'memory', 'todo' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pad | No | ||
| bytes | No | ||
| remember | No | one line to save in your local memory so future sessions find this pad | |
| replaced | No | true when an existing pad was overwritten | |
| expires_at | No | ||
| content_type | No |