Vercel Launches v0 API for Headless App Building
| Source: InfoQ AI/ML
Tags: Vercel, v0 API, AI coding, programmatic app building, MCP, Vercel Sandbox, agentic development
Vercel's v0 API is now generally available, letting developers and AI agents programmatically generate, iterate, and deploy full applications — positioning v0 as AI-powered app-building infrastructure rather than an interactive UI tool.
Details
Vercel made the v0 API generally available, exposing its AI-powered application builder as a programmable service. Developers send prompts to the API, v0 generates and modifies application files, runs the app in a Vercel Sandbox, and returns a preview URL — all via API calls, with no manual UI interaction required. The API uses a chat-based model where each application maintains state in a conversation thread (via chat ID), allowing v0 to continue editing an existing app across follow-up requests. It supports synchronous, asynchronous, and streaming modes, with streamed responses exposing individual agent actions like file reads, edits, and Bash commands. Input flexibility includes GitHub repositories, ZIP archives, or raw files. Preview environments use short-lived tokens served through a server-side proxy, keeping API keys out of the browser. The API also supports MCP servers and external design systems, with up to three skills per request from team memory or skills.sh. Vercel provides integrations for embedding v0 inside other AI agents through MCP, the AI SDK, or its eve framework. This positions v0 as a component in multi-agent pipelines — an app-building agent other agents can invoke — rather than a standalone product, differentiating it from interactive tools like Lovable and Bolt.