Queue a platform build
Ask Ankra to build the application’s image on platform infrastructure (the M2 build lane). Idempotent on (component, head_sha) while a request is live: a redelivery, a retry press and a demo request for the same commit converge on one build, and already_requested reports the join. Answers 404 for every organisation without the platform_builds flag - the surface stays invisible during the dark rollout. Browser session authentication with the X-Ankra-CSRF double-submit header only (no bearer twin).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The commit to build. The queue deduplicates on it, so a request without one has no identity.
The branch or tag the commit came from, as a label - the build is of the commit.
The monorepo component to build; empty for the repository's single application.
Why the platform wants this image: first_onboard, push, retry (the default), or demo.
Response
Successful Response