Vercel、ヘッドレスアプリ構築用「v0 API」を一般提供へ
本文の状態
日本語全文を表示中
詳細モードで約5分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
InfoQ AI/ML
Vercel は AI アプリケーション構築エージェント「v0」の API を一般公開し、開発者がプロンプトでアプリ生成・修正・デプロイを自動化できるインフラを提供した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月14日 01:05
AI深層分析
キーポイント
API の一般公開と機能
Vercel は v0 の API を一般公開し、開発者がプログラムから AI エージェントに指示を出してアプリファイルの生成や修正を行い、Sandbox でプレビュー URL を取得できる機能を導入した。
チャットベースの状態管理
API は各アプリケーションをチャットで状態を維持する形式で組織化し、同じチャット ID を使用して継続的な編集や追跡メッセージの送信をサポートしている。
外部ツールとスキル連携
Vercel は MCP サーバーへの接続やチームメモリーからのスキル読み込みに対応し、最大 3 つのスキルをリクエストに付与して外部ツールやデザインシステムとの連携を可能にした。
競合製品との差別化
Lovable や Bolt などの対話型環境を提供するツールとは異なり、v0 API は開発者の製品や CI パイプラインから呼び出せるインフラとして位置づけられ、生成されたアプリを Vercel のデプロイ API と直接統合している。
エージェントワークフローの自動化
エージェントはプロンプトとデザインシステムを v0 API に送信し、Vercel Sandbox でライブプレビューを受け取ってアプリケーションを反復改善できる。
重要な引用
A powerful step toward fully programmatic app development workflows.
The v0 API instead exposes the application-building agent as infrastructure that developers can invoke from their own products, scripts, CI pipelines, or other agents.
Your agent needs an app. It sends a prompt to the v0 API along with your design system. Back comes a preview URL: the app live in a Vercel Sandbox. Your agent iterates on it. When it's ready, it deploys. That's the new v0 API.
編集コメントを表示
編集コメント
Vercel は v0 を単なるチャットボットから、開発者のバックエンドや自動化システムに組み込める本格的なインフラへと昇華させた。これは AI エージェントが人間の作業を補完する段階を超え、自律的に開発プロセスの一部として機能し始める転換点を示している。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Vercel は、AI を活用したアプリケーション構築エージェント「v0」へのプログラムアクセスを可能にする v0 API の一般提供を開始しました。開発者は API を通じてプロンプトを送信し、v0 にアプリケーションファイルの生成や修正を行わせ、その結果として作成されたアプリを Vercel Sandbox で実行できます。さらに、生成されたプレビュー URL は自社のインターフェースに埋め込むことも可能です。
この API では、各アプリケーションは現在の状態を維持するチャットを中心に構成されます。開発者は同じチャット ID を用いて追加メッセージを送信することで、v0 に既存のアプリケーションの編集を継続させることができます。API は同期リクエスト、非同期リクエスト、ストリーミングリクエストに対応しており、ストリーミング応答ではファイルの読み込み、編集、検索、Bash コマンドの実行、ツール呼び出しといったエージェントの個々のアクションが順次公開されます。
また、既存の GitHub リポジトリや ZIP アーカイブ、あるいはファイルセットからアプリケーションを作成することも可能です。アプリが完成したら、開発者は Vercel プロジェクトを紐付けて API を経由してデプロイできます。プレビュー環境は短期間のトークンを使用し、サーバーサイドのプロキシを通じてアクセスするため、v0 API のキーがブラウザに露出することはありません。
この API は、外部ツールやデザインシステムにも対応しています。開発者は MCP サーバーを接続したり、チームやユーザーのメモリからスキルを読み込んだり、skills.sh や接続されたリポジトリからスキルを取得することが可能です。1 つのリクエストに対して最大 3 つまでのスキルを渡すことができます。
また Vercel は、MCP や AI SDK、Vercel の eve フレームワークを通じて、v0 を他の AI エージェント内でツールとして利用するための統合機能も提供しています。
これにより、v0 は主にアプリケーション生成のための対話型環境を提供する Lovable や Bolt といったアプリ構築ツールとは異なる位置づけとなります。v0 API の特徴は、アプリケーション構築エージェントをインフラとして公開し、開発者が自社のプロダクトやスクリプト、CI パイプライン、あるいは他のエージェントから呼び出せるようにしている点です。さらに Vercel のアプローチでは、生成されたアプリケーションをサンドボックスやデプロイメント API と直接連携させることも可能です。
コミュニティの反応は、この API が完全にプログラムによるアプリ開発ワークフローをサポートする可能性に焦点が当たっています。AI インフルエンサーである ZenithAI は今回のリリースについて以下のように述べています。
完全にプログラムによるアプリ開発ワークフローに向けた、強力な一歩です。
Vercel の開発者、Esteban Suarez 氏は、v0 API を活用したエージェントのワークフローについて解説しました。具体的には、エージェントがプロンプトとデザインシステムを v0 API に送信すると、Vercel Sandbox 内でライブプレビューが返され、そのアプリケーションを反復して改善し、準備ができ次第デプロイできるという流れです。
エージェントにアプリが必要です。エージェントはプロンプトとあなたのデザインシステムを v0 API に送信します。すると、Vercel Sandbox で動作するアプリのプレビュー URL が返されます。エージェントはこのプレビューを反復して改善し、完成したらデプロイします。これが新しい v0 API です。
この新 API は v0 SDK を通じて利用可能です。v2 API のエンドポイントは https://api.v0.dev/v2 です。開発者は API キーを作成し、SDK をインストールすることで、プロンプトを送信したり、エージェントの活動状況をストリーミングで受け取ったり、プレビューをレンダリングしたり、生成されたアプリケーションをデプロイするインターフェースを構築できます。
著者について
Daniel Dominguez
Daniel は SamXLabs のマネージングパートナーです。SamXLabs は AWS パートナーネットワークに所属する企業です。スタートアップから Fortune 500 企業まで、ソフトウェア製品開発において 13 年以上の経験があります。ワシントン大学で工学の学位を取得し、機械学習を専攻しました。AI とクラウドコンピューティングを活用して革新的なソリューションを生み出すことに情熱を持っています。また、機械学習分野の AWS コミュニティビルダーとして、知識の共有とソフトウェア製品のイノベーション推進に尽力しています。
詳細を表示する | 非表示にする
原文を表示
Vercel has made the v0 API generally available, providing programmatic access to its AI-powered application-building agent. Developers can send prompts through the API, have v0 generate and modify application files, run the resulting app in a Vercel Sandbox, and receive a preview URL that can be embedded into their own interfaces.
The API organizes each application around a chat that maintains the app's current state. Developers can send follow-up messages using the same chat ID, allowing v0 to continue editing the existing application. The API supports synchronous, asynchronous, and streaming requests, with streamed responses exposing individual agent actions such as file reads, edits, searches, Bash commands, and tool calls.
Applications can also be created from existing GitHub repositories, ZIP archives, or sets of files. When the app is ready, developers can attach a Vercel project and deploy it through the API. Preview environments use short-lived tokens and can be accessed through a server-side proxy, keeping the v0 API key out of the browser.
The API also supports external tools and design systems. Developers can connect MCP servers or load skills from team or user memory, skills.sh, or a connected repository. Up to three skills can be passed to a request. Vercel also provides integrations for using v0 as a tool inside other AI agents through MCP, the AI SDK, or Vercel's eve framework.
This positions v0 differently from application-building tools such as Lovable and Bolt, which primarily provide interactive environments for generating applications. The v0 API instead exposes the application-building agent as infrastructure that developers can invoke from their own products, scripts, CI pipelines, or other agents. Vercel's approach also integrates the generated application directly with its Sandbox and deployment APIs.
Community reaction has focused on the potential for the API to support fully programmatic application development. AI influencer ZenithAI described the release as:
A powerful step toward fully programmatic app development workflows.
Vercel developer @EstebanSuarez highlighted the intended agent workflow, explaining that an agent can send a prompt and design system to the v0 API, receive a live preview in a Vercel Sandbox, iterate on the application, and deploy it when ready, posting:
Your agent needs an app. It sends a prompt to the v0 API along with your design system. Back comes a preview URL: the app live in a Vercel Sandbox. Your agent iterates on it. When it's ready, it deploys. That's the new v0 API.
The new API is available through the v0 SDK, with the v2 API using https://api.v0.dev/v2. Developers can create an API key, install the SDK, and build interfaces that send prompts, stream agent activity, render previews, and deploy generated applications.
About the Author
Daniel Dominguez
Daniel is the Managing Partner at SamXLabs an AWS Partner Network company. He has over 13 years of experience in software product development for startups and Fortune 500 companies. Daniel holds a degree in Engineering and a Machine Learning specialization from the University of Washington. He is passionate about leveraging AI and cloud computing to create innovative solutions. As an AWS Community Builder in the Machine Learning tier, Daniel is committed to sharing knowledge and driving innovation in software products.
Show moreShow less
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み