v2.1.13 — Simpler Zapier, Make, n8n, and Pipedream apps

The no-code apps now start a VideoGen workflow and wait until the exported MP4 is ready. The only instant trigger is project_export.succeeded. Individual media tools, file upload, project lookup, and other webhook triggers are no longer in those apps. Use the REST API or SDKs for that.

Docs no longer advertise unpublished per-framework agent packages. Give an agent VideoGen with the MCP server, or bind the TypeScript or Python SDK in your framework.

Added

  • Workflow run: Succeeded runs now include thumbnailUrl and thumbnailUrlExpiresAt on GET /v1/workflows/runs/{workflowRunId} and on workflow_run.* webhook payloads, alongside downloadUrl.

Changed

  • Zapier, Make, n8n, and Pipedream: Actions are script to video, voiceover to video, slideshow to video, and prompt to video clip. Auto-export is always on (not a field). Each action waits until the run succeeds, then returns projectId, projectUrl, downloadUrl, and thumbnailUrl.
  • Triggers: The only instant trigger is project_export.succeeded (Make: Watch for succeeded project exports).
  • Make: The first-party app is videogen-7gdrvo. Make still includes Make an API call so you can hit any VideoGen path with the same connection. Make custom apps cap a module at five minutes, so very long HIGH runs may still time out there.

Removed

  • Media tools, file, project, entity, remix, cancel, and get/list modules from the no-code apps (generate image, create file upload, get workflow run, and similar).
  • Other webhook triggers from those apps (workflow_run.*, tool_execution.*, file.*, project_export.failed).
  • Unpublished agent-framework packages from docs: CrewAI, LlamaIndex, Pydantic AI, Composio, LangChain, Vercel AI SDK, and OpenAI Agents wrapper pages and registry links. Those packages were never published. Use the MCP server or bind @videogen/sdk / videogen as in Use with AI agents.