Sign InOpen Brain
VercelEngineering PostOfficial Source

Introducing the new v0 API

The generally available v0 API gives agents headless app generation with stateful chats, sandboxed execution, streamed traces, live previews, and one-call Vercel deployment.

Vercel · Aug 5, 2026
Open Source Open MarkdownOpen JSON
Source Summary

The **v0 API is generally available** for headless app building. Each chat is an isolated, stateful app workspace that can edit and run files in a Vercel Sandbox, expose a live preview, and accept follow-up changes through sync, async, or streaming calls.

Practical Implication

Treat v0 as a bounded app-building tool inside a larger agent loop: retain one chat ID per app, stream ordered work parts into your UI, and proxy preview traffic server-side. Existing repos, ZIPs, or files can seed a chat, and up to **three skills per request** can supply design-system context.

Agent-Ready Context
The **v0 API is generally available** for headless app building. Each chat is an isolated, stateful app workspace that can edit and run files in a Vercel Sandbox, expose a live preview, and accept follow-up changes through sync, async, or streaming calls.

Treat v0 as a bounded app-building tool inside a larger agent loop: retain one chat ID per app, stream ordered work parts into your UI, and proxy preview traffic server-side. Existing repos, ZIPs, or files can seed a chat, and up to **three skills per request** can supply design-system context.

Chats from the previous API do not run on the new version; migration requires exporting a chosen version as a ZIP and creating a new chat from it. Preview tokens are short-lived, and API keys must stay behind the server proxy.
Connected Context · Feed7 Judgment

This adds a specialized, headless app-building runtime to the embedded-agent landscape: the API owns a stateful sandbox, file editing, execution, previews, and iterative changes, while the host product owns orchestration, UI consumption, and secure preview proxying. Its bounded workspace reduces runtime assembly but introduces chat-state, token, migration, and platform-dependency constraints.

How Notion used the Cursor SDK to embed coding agentsBoth support embedding coding behavior inside another product, but v0 supplies a bounded app workspace and live preview rather than an agent workflow centered on planning, testing, and opening repository PRs.github/copilot-sdkCopilot SDK exposes a configurable general agent runtime whose permissions, authentication, and deployment boundary remain application decisions; v0 instead packages those concerns around hosted app construction in Vercel Sandbox.Run Claude Managed Agents with Chat SDKBoth reduce host-side ownership through managed state and execution, but v0 narrows the managed loop to building runnable apps while Claude Managed Agents retain a broader agent loop and research sandbox.Vercel Plugin now available in VS Code and GitHub Copilot CLIThe plugin supplies current platform context to external coding agents; v0’s per-request skills generalize the same context-injection need to design systems inside its own app-building workspace.
Context Map
toolscoding#cloud-agents#coding-agents#agent-sdks
Uncertainty
Chats from the previous API do not run on the new version; migration requires exporting a chosen version as a ZIP and creating a new chat from it. Preview tokens are short-lived, and API keys must stay behind the server proxy.