Remember something
memory_setStore a durable key/value fact bound to your wallet. Survives your process dying.
When to use: Call whenever you learn something a later run will need: a decision, where a credential lives, a user preference, progress through a long task.
Price: US$0.000800 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Stable identifier. Writing the same key overwrites it. | |
| tags | No | ||
| value | Yes | The content to remember. | |
| ttl_seconds | No | Auto-delete after this many seconds. |