Remember text, notes or JSON for a future session (durable agent memory)
rememberDurable cross-session memory for AI agents: store notes, context, text or JSON now and recall it in a later session or from another machine by url. A free cloud scratchpad and shared key-value store for agents, no signup, no account, no API key. Also callable as save_memory, store_memory, save_note, stash. Returns a url; fetch it back later with recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The text or JSON to remember | |
| filename | No | Optional label/key for this memory, e.g. project-notes.md | memory.md |
| password | No | Optional custom password (8-64 chars); a strong one is generated when omitted | |
| expires_days | No | Days until the file is deleted (1-180, default 30) |