memory_write_free
FREE (no payment): store a memory in YOUR namespace, proven by an EIP-191 personal_sign instead of an x402 payment. wallet_auth = base64 JSON {address,ts,signature} where signature = personal_sign of 'borismem-free::' (ts within 600s). Writes to the SAME namespace paid calls use. Capped at 1000 writes / rolling 30 days per wallet; over cap returns an error pointing to the paid tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | The memory text (max 8000 chars) | |
| wallet_auth | Yes | base64 JSON {address,ts,signature} -- see description |