Data Science Wire

Introducing the new v0 API

Vercel Blog - AI1mo5 min read

Today we're introducing the new v0 API : programmatic, headless access to v0's app-building agent. Send a prompt and v0 generates an app, starts a dev server in a Vercel Sandbox , and gives you a preview URL you can embed in your own UI. Each chat is an isolated workspace for one app, where v0 can read, edit, and run the files. Follow-up messages continue from the current state. v0 verifies the code running in the Sandbox, so it can catch and fix errors in your app in real time. The new API is now generally available. How it works Create a chat from a prompt, stream its work, and render the li

Read the full story at Vercel Blog - AI

More in AI