Vercel has announced the general availability of its v0 API, which provides programmatic access to an AI-powered agent designed for building applications. Developers can now send prompts to the API, and v0 will generate and modify application files in response. The resulting application can be run in a Vercel Sandbox, and a preview URL is provided for embedding into other interfaces.
The v0 API organizes each application around a chat, maintaining the application's current state. Developers can send follow-up messages using the same chat ID to continue editing an existing application. The API supports synchronous, asynchronous, and streaming requests, with streamed responses detailing individual agent actions like file reads, edits, searches, Bash commands, and tool calls.
Applications can be initiated from existing GitHub repositories, ZIP archives, or sets of files. Once an application is ready, developers can attach a Vercel project and deploy it via the API. Preview environments utilize short-lived tokens and are accessible through a server-side proxy, ensuring the v0 API key remains secure and out of the browser.
The v0 API supports external tools and design systems. Developers can connect MCP servers or load skills from various sources, including team or user memory, skills.sh, or a connected repository, with up to three skills per request. Vercel also offers integrations for using v0 as a tool within other AI agents through MCP, the AI SDK, or Vercel's eve framework.
This release positions the v0 API as infrastructure for programmatic application development, differing from interactive application-building tools. Developers can invoke the application-building agent from their own products, scripts, CI pipelines, or other agents. The approach integrates generated applications directly with Vercel's Sandbox and deployment APIs, enabling a more automated workflow for app creation and deployment.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Vercel has made its v0 API generally available, allowing developers programmatic access to an AI agent that generates and modifies application files based on prompts. This release enables developers to integrate AI-powered application generation directly into their products, scripts, and CI pipelines, offering a new approach to app development infrastructure.