remember
Persist a note under the given session code. Session-gated — bootstrap_session first. Callers sharing the code share the memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| from | No | ||
| tags | No | ||
| text | Yes | ||
| session_token | No | Optional. The SESSION_TOKEN emitted by bootstrap_session. Pass it here when your client cannot set a per-call Authorization: Bearer header. |