"use workflow" for infinite compute durability
With zero configuration, atomic versioning and out of the box observability, Vercel makes Workflows easy.
Powered by Workflow SDK
Workflows bring durability, reliability, and observability to async JavaScript. Build apps and AI Agents that can suspend, resume, and maintain state with ease.
Digital Marketing
1export async function welcome(userId: string) {
2 "use workflow";
3 const user = await getUser(userId);
4 const { subject, body } = await generateEmail({
5 name: user.name, plan: user.plan
Core Features
Implement durable workflows that survive restarts and scale automatically.
6 });
7 const { status } = await sendEmail({
8 to: user.email,
9 subject,
Developer Tools
Build, launch, and improve reliable products with our SDK.
10 body,
11 });
12 return { status, subject, body };
13}
Observability
Inspect every run end-to-end to ensure system performance.
Workflow Tracking
Deep workflow observability built into your dashboard.
fetchOrder
validate
enrichWithPricing
saveOrder
System Integrity
Monitor every integration and agent status in real-time.
Integrations
AI Gateway
Sandboxes
Workflows
Infrastructure
Manage storage, settings, and support configurations.
Storage
Usage
Support
Settings
DX Platform
Deploy and scale your infrastructure with our comprehensive platform, designed to simplify complex backend management.
Zero Infrastructure
No configuration of queues, servers, or storage required. Everything works automatically out of the box.
Execution & Scale
Write long-running workflows without limits and pay only for actual execution time, not for idle resources.
Get started
See Workflow SDK in action with one of our templates.


