prufa_promote_gremlin_path
Import a reproduced gremlin path from a report and create a draft flow for review before it runs.
Instructions
Import one reproduced gremlin path (by its path_index in the gremlin report) as a DRAFT flow. The flow still needs review + confirmation before it will run — this only creates the draft. Returns flow_id, status='draft', and a review_url. [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_index | Yes | Zero-based index of the reproduced path in the report. | |
| share_token | Yes | The gremlin report's public share token. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |