# Build with OpenAI Agents API on Vercel

DevFeed: [Build with OpenAI Agents API on Vercel](<https://devfeed.tech/articles/build-with-openai-agents-api-on-vercel-828.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-with-openai-agents-api-on-vercel>)

Author: Allen Zhou

Published: 2026-09-10T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [code](<https://devfeed.tech/tags/code.md>), [guide](<https://devfeed.tech/tags/guide.md>), [integration](<https://devfeed.tech/tags/integration.md>), [openai](<https://devfeed.tech/tags/openai.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [scale](<https://devfeed.tech/tags/scale.md>), [tool](<https://devfeed.tech/tags/tool.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel now supports building and deploying long-running, tool-using agents with the OpenAI Agents API. OpenAI manages agent loops and session state, while Vercel provides hosted applications, Sandbox execution, persistent workspaces, webhook and queue integration, and scale-to-zero operation.

## Source excerpt

You can now build and deploy long-running, tool-using agents with the OpenAI Agents API on Vercel. OpenAI manages the agent loop and session state, while Vercel hosts the application and connects each session to Vercel Sandbox for code execution and file access. With this integration, you get: An OpenAI-managed agent loop and session state Reliable Sandbox creation and reconnection through signed OpenAI webhooks and Vercel Queues An isolated execution environment for every agent session A persistent workspace that retains files across follow-up instructions A scale-to-zero architecture without an always-on worker Follow the step-by-step guide to build and deploy an agent, or explore the sample application. Read more