Validate the head source
Runs the publish-time framework quality gate without changing source: format, typecheck, lint, build, and a server-render of every page using placeholder content synthesized from the CMS schema. Failures return ok: false with diagnostics, and pages that compiled but threw while rendering in renderFailures. No lease is required and no CMS content is read, so the outcome depends only on source and schema.
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Body
1Response
The quality-gate outcome for the checked head version.
Source version that was checked.
Whether the source passed validation and compiled.
Failure summary. Present only when ok is false.
Framework diagnostics such as per-page errors. Present only for failures that carry details.
Pages that compiled but threw while server-rendering. Present only when rendering is what failed.