vc_notepad_save
Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.
Use when you lose context often or want state that survives restarts. The note
is stored server-side keyed by owner_key + note_key.
Sibling: vc_notepad_read, vc_notepad_list, vc_notepad_share.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | State to persist — JSON object or text. | |
| note_key | Yes | Unique key for this note, e.g. task-state-v3. | |
| owner_key | Yes | Your stable agent identity. | |
| payment_signature | No | Optional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |