v2.1.15 — Auto-export after a workflow run

Workflow start requests can now render an MP4 before the run is marked succeeded. Set autoExport: true (REST default is still false; MCP and Zapier / Make / n8n / Pipedream default true). When it is on, wait until status is succeeded and use downloadUrl. Remix actions on the same start request finish before that export.

Added

  • autoExport and exportOptions on workflow starts: All five workflow start bodies accept autoExport and optional exportOptions (same shape as POST /v1/projects/{projectId}/export). Omitted export fields use the same defaults as a standalone export.
  • Export fields on WorkflowRun and workflow_run.* webhooks: exportId, downloadUrl, downloadUrlExpiresAt, and exportFileId are always present. They are null until an auto-export succeeds.