Queue a build+deploy for an App, creating a new version.
Full deploy workflow:
POST /{app_id}/deploy/upload-url → get a presigned S3 PUT URLbundle_s3_keysource_files (path→content map) for version diffingGET /{app_id}/deploys/{deploy_id} until status is completeEdit-and-redeploy workflow:
GET /{app_id}/versions/{version}/download → download the bundle zipGET /{app_id}/versions/{old}/diff/{new} to review changesEach deploy creates an immutable version record. Use POST /{app_id}/versions/{n}/restore
for instant rollback to any previous version.
Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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"
Deploy a pre-built bundle (CLI path) or trigger a Git-based build.
Deploy message describing what changed (required, like a git commit message)
Target environment for this deploy
staging, production 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')
Map of relative path → file content for source-level version diffs
Git commit SHA associated with this deploy
Git commit message associated with this deploy
Git commit author (name )