Start a run
Start one managed-agent run. generate authors the recipe and stops at a preview; update edits it per message; clarify asks a read-only question; execute runs the approved preview for real. generate opens a preview run and update/clarify/execute resume that same run, so the run_id stays stable from preview through execution (a resuming call returns status: "running"). Only one run runs at a time per migration (409 with the active run_id otherwise).
Authorizations
Your Vern API key. Create one at Settings → API keys.
Path Parameters
The migration ID returned by Create a migration.
Body
generate, update, clarify, execute Required for update and clarify — your instruction or question in plain language.
generate only. Controls live API extraction from a connected source: true extracts via the connection (alongside any files), false forces file-only, omitted extracts via API only when no files were uploaded and a connection exists.