create_snapshot
Save a checkpoint of a workflow's current state before making changes to enable restoration if needed. Enforces plan-based snapshot limits.
Instructions
Create a manual config snapshot of a workflow's current state. Use this to save a checkpoint before making changes, so you can restore later if needed. Enforces plan-based limits (Pro=2, Teams=10, Custom=50). Returns an error with limit info if the snapshot limit is reached — delete old snapshots first to free up space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID to snapshot | |
| label | No | Optional label to identify the snapshot (e.g. "before refactor") |