What problem does it solve?
Vercel Workflow DevKit helps you reliably orchestrate long-running, multi-step AI and API tasks that must pause/resume, survive failures, and retry safely without getting stuck.
Core Features & Use Cases
- Durable, step-based execution: Split logic into retryable steps to reduce sandbox/runtime failures and improve observability.
- Pause/resume with hooks & events: Implement human-in-the-loop approvals, chat persistence, and webhook-driven continuation.
- Reliable orchestration for agents and pipelines: Coordinate DurableAgent-based workflows, sequential pipelines, and cross-service triggers with resilient state.
- Operational safety rails: Provide guidance for correct APIs/directives (use workflow/use step), streaming patterns, and debugging stalled runs.
Quick Start
When you need a durable, long-running, multi-step process that can retry and resume after a crash, ask your AI agent to implement it as a Workflow using the "use workflow" directive for orchestration and "use step" for retryable logic.