Human-in-the-Loop
Start Run Pair
Starts pairing with exactly one selected active API-mode agent target.
post/api/v1/runs/{id}/pair
Path parameters
idstring required
Unique run identifier (ULID).
Request body
Example request
{
"stage_id": "code@1"
}Response
Pair mode installed for the selected target
Example response
{
"pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
"target": {
"stage_id": "code@1",
"node_label": "Code"
}
}