Create Run
Creates a new workflow run in submitted status from a self-contained manifest.
Documentation Index
Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Body
Self-contained workflow run manifest.
Manifest schema version.
1
CLI working directory at invocation time.
"/tmp/project"
Optional pre-generated run ID to use instead of allocating a new ULID.
"01HV6D7S5YF4Z4B2M7K4N0Q6T9"
Optional orchestration parent run ID. Fork and rewind lineage use separate fields and should not set this value.
"01HV6D7S5YF4Z4B2M7K4N0Q6T8"
Optional explicit run title. The server trims leading/trailing whitespace, rejects blank values, rejects control characters and newline characters, and requires at most 100 characters.
100"Add rate limiting to auth endpoints"
Observable git state captured before the run starts.
Resolved goal with provenance.
Sparse command-local args that affect run settings.
Response
Run created
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
Canonical sandbox environment record for a run.
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.