agent.memory.put
Store or update a JSON memory entry (up to 64 KiB) in a private key-value store under your x402 public key, with optional time-to-live.
Instructions
Write/replace a memory entry in the calling agent's private KV store. Namespace = your x402 signing pubkey. Value is arbitrary JSON ≤64 KiB. Optional TTL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | 1-200 chars from [A-Za-z0-9._/-]. | |
| value | Yes | Arbitrary JSON. | |
| ttlSeconds | No |