Check Demo Build
Preflight a branch demo: resolve the branch’s head SHA and probe the container registry for a matching image tag. GitHub or registry problems are reported inside the 200 payload’s error and guidance fields, not as HTTP errors. A browser session twin is mounted at the same path without the /api/v1 prefix (cookie authentication).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
Successful Response
Whether the branch has a built image and which tag a deploy would run. GitHub or registry problems ride in error and guidance rather than failing the request.
The available_tags entries in the same order, each with the push time that ranks it.
Classifies what code the matched tag's image was built from: branch_head (immutable sha tag of this branch's head), merge_result (a pull_request build of the branch's open PR - the image is the branch merged into its base, not the branch head), or branch (the mutable branch tag a push build refreshes). Absent when no image matched. Mirrors the selected component's classification.
Human-readable caveat for a merge_result image; absent for every other kind.