Skip to content
Dashboard

Vercel Ship AI 2025 recap

Product

Link to headingAI SDK 6 adds agent-first architecture

const weather = tool({
description: 'Get the weather in a city',
inputSchema: z.object({ city: z.string() }),
needsApproval: true, // approval gate
execute: async ({ city }) => {
const weather = await fetchWeather(city);
return weather;
},
});
// Agent that can call the approved tool in a loop
export const agent = new ToolLoopAgent({
model: "openai/gpt-5",
instructions: 'You are a concise weather assistant.',
tools: { weather },
});

An agent with human-in-the-loop approval for weather queries.

Get started with AI SDK 6

Explore the complete documentation for agent abstractions, tool approval patterns, and migration guides.

Read the docs

Link to headingMarketplace for Agents and AI tools

Explore AI Agents and services in the Vercel Marketplace.Explore AI Agents and services in the Vercel Marketplace.
Explore AI Agents and services in the Vercel Marketplace.

AI agents and services on the Vercel Marketplace

Learn how agents and services work together, and see the full launch cohort.

Read the announcement

Link to headingWorkflow Development Kit brings reliability-as-code

Vercel automatically detects when a function is durable and dynamically provisions the ideal infrastructure to support it in real time.Vercel automatically detects when a function is durable and dynamically provisions the ideal infrastructure to support it in real time.
Vercel automatically detects when a function is durable and dynamically provisions the ideal infrastructure to support it in real time.

Build durable workflows

Get started with the Workflow Development Kit documentation, examples, and quickstart guides.

Get started

Link to headingVercel Agent joins your team

Try Vercel Agent

Join the beta and get $100 credit to start using AI code reviews and automated investigations.

Get started

Link to headingPython support with zero configuration

Zero-config Python backends on Vercel

Learn how to deploy FastAPI, Flask, and other Python frameworks with zero configuration.

Learn more

Link to headingAn Agent on every desk

Join the program

Work with our team to build and deploy your first production agent.

Express interest

Link to headingOpen source lead agent

Deploy the lead agent

Clone the template and customize it for your go-to-market workflows.

View template

Link to headingOpen source data analyst agent

Deploy the data analyst agent

Get the template and connect it to your database and Slack workspace.

View template

Link to headingThe future of the AI Cloud

Ready to deploy?