Save a Durable Checkpoint
livingstack.checkpoint_savePersist a bounded state snapshot for a session and ledger lineage, with automatic redaction of credential-like data and configurable retention.
Instructions
Redact and persist a bounded state object bound to the session scope and current ledger lineage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Human-readable checkpoint label. | |
| state | Yes | Bounded serializable state. Credential-shaped keys and values are redacted. | |
| session_id | Yes | Opaque Living Stack session identifier. | |
| retention_hours | No | Checkpoint retention. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||