Vercel has made its v0 API generally available, giving developers programmatic access to the company's AI app-building agent. Instead of using v0 only through a chat interface, teams can now send prompts through an API and receive generated or modified application files.
InfoQ reports that each app is organized around a chat that preserves state, so follow-up messages can continue editing the same project. The API supports synchronous, asynchronous, and streaming requests, and streamed responses can expose the agent's actions, including file reads, edits, searches, Bash commands, and tool calls.
The workflow can also start from existing GitHub repositories, ZIP archives, or file sets. Once an app is ready, developers can attach a Vercel project and deploy it, while preview environments use short-lived tokens and can be proxied server-side to keep the API key out of the browser.
The release matters because v0 can now sit inside other developer tools, agent systems, and internal platforms. The useful limit is still the same as with other code-generation agents: teams need review, tests, and deployment controls around the generated changes.