Apply transformation
apply_transformationApply an approved transformation to one workspace wave with recorded human approval and reversible provenance. Queues a hosted job; use get_job to retrieve its result. Obtain actual user approval before calling; do not fabricate approval fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| waveId | Yes | ||
| approval | Yes | ||
| recipeId | Yes | ||
| projectId | Yes | ||
| requestId | Yes | A new UUID for this job, reused only when retrying identical inputs. | |
| idempotencyKey | Yes | ||
| workspaceToken | Yes | Secret workspace capability returned by create_workspace. Treat as a password; never place in a query string. | |
| expectedRevision | Yes |