Create a sandbox promote run
Creates a sandbox promote run record in PENDING status. The normal UI flow uses a server action; this endpoint supports external data-platform callers. Requires Bearer token authentication.
Authorizations
Static internal-ops token used by the data platform and internal cron jobs (e.g. zombie-run sweep). Validated via requireBearerToken inside the handler against a service-specific environment variable.
Body
Organization UUID that owns this run
1UUID of the sandbox ingest run whose data should be promoted
1What initiated the promotion: MANUAL (user) or API (external caller)
MANUAL, API When true, promote even if the ingest run had ERROR-severity findings
Override the landing path for the promoted file; omit to use the default derived from the ingest run

