Generate Clarity Process Snapshot
generateClarityProcessSnapshotTrigger a snapshot generation pipeline for a v2 clarity process, selected by kind. current_process runs the generateCurrentProcess pipeline (body fields are proposal-only and rejected); transformation_proposal runs the generate or regenerate proposal pipeline. Returns 202 immediately and finalises asynchronously via the cc-server webhook stream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Snapshot kind to list | |
| process_id | Yes | The clarity process id | |
| custom_guidance | No | Transformation proposals only: optional freeform guidance for this generation. Used as high-priority design guidance, not source-of-truth evidence. | |
| regenerate_from | No | Transformation proposals only: id of a prior proposal snapshot to refine. When supplied, runs the regenerate pipeline using that proposal's current-process snapshot as the anchor and the extra captures collected since. | |
| source_snapshot_id | No | Transformation proposals only: id of the current-process snapshot to anchor the new proposal to. Defaults to the latest snapshot for the process. | |
| transformation_aggressiveness | No | Transformation proposals only: controls how much the generated proposal should change the current process structure. | aggressive |