Request a pipeline run
trigger_pipeline_runRequest a billable pipeline run to process content and generate articles, requiring explicit user confirmation before any credits are spent.
Instructions
Request a pipeline run. This is the only billable operation in this API. COSTS MONEY: this spends the organisation's credit balance. It is the only billable tool here, and it is charged per unit of work the engine completes. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the pipeline:run scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing. | |
| max_articles | No | An upper bound on how many articles this run may produce. Your own safety valve on top of the platform spend cap. Omit to use the Site's configured batch size. |