Start Run
Requests start for a submitted run. User-created runs become runnable; parent-generated child runs may become pending until approved. Provide resume=true to resume an interrupted run from checkpoint. Returns 409 if the run is not startable.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
Unique run identifier (ULID).
Body
Request body for starting or resuming a run.
Resume from checkpoint instead of starting from submitted state.
Response
Run started
Canonical public run shape.
Number of runs currently linked to this run as their orchestration parent.
x >= 0Durable repository metadata for a run.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
Sandbox lifecycle record for a run. A run can have a requested sandbox plan before it has an initialized sandbox instance.
Run-level timing rollup. Wall time is the run's clock duration; active timing sums work across stage visits.
Run size bucket derived from current best-effort billed usage.
XS, S, M, L, XL Readiness and defaults for starting an Ask Fabro session on this run.
Cheap aggregate file and line counts for a run diff.
Minimal GitHub pull request link associated with a run.
A pending human-in-the-loop question summary.
Run ID that superseded this run via rewind, if any.
Source run ID when this run was created by manual retry.
Current orchestration parent run ID, if linked.