Authorize a held run's projected spend
confirm_runAuthorizes the spend a held run was projected at, and starts it. The numbers are the ones already stored on the run — you cannot restate them, which is the point: what is authorized is the server's own quote. Example: {"run_id": "…", "expected_version": 3}. Pass expected_version from the get_run that showed you the projection, so a projection that moved in between is refused rather than silently authorized. Returns the run receipt with its new status. Only call this after a person has seen the projected cost and agreed to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| expected_version | No |