Queue a build+deploy for an App.
For CLI deploys: first call POST /{app_id}/deploy/upload-url to get a presigned URL,
upload your bundle zip, then call this endpoint with the returned bundle_s3_key.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'
"ns_abc123def456"
"production"
"my-namespace"
Deploy a pre-built bundle (CLI path) or trigger a Git-based build.
Target environment for this deploy
staging, production Deploy message / changelog note
Deploy source. 'cli_upload' = zip already uploaded to S3. 'git' = Phase 3b.
cli_upload, git S3 key of the uploaded source zip (required for source='cli_upload')