API Reference for Runbooks
This reference page describes the usage of REST API for Runbooks. Get instructions on how to create a runbook, check its status, and more.
Create a Runbook
Name
Value
Name
Type
Description
{
"repository": {
"org": "acme-corp",
"name": "backend"
},
"prompt": "Upgrade all React dependencies to v19",
"title": "React v19 upgrade",
"oneshot": true,
"draft": true,
"pr_mode": "single_pr",
"target_branch": "develop"
}Get Runbook Status
Name
Value
Name
Description
Response schema
Name
Type
Description
Status values
Status
Condition
Last updated
Was this helpful?
