Summary
On September 10, 2026, Vercel documented building and deploying with OpenAI's Agents API on its platform, combining Next.js, Vercel Functions, Queues, and Sandbox to host long-running, tool-using agents.
What changed
Building with the OpenAI Agents API on Vercel became possible using Next.js, Functions, Queues, and Sandbox.
Why it matters
Packaging OpenAI's agent runtime onto Vercel primitives lowers the operational barrier to running production agents - durable Queues for long tasks, Sandbox for code execution - and keeps developers inside Vercel's stack rather than assembling their own agent infrastructure.
Evidence excerpt
Build with OpenAI Agents API on Vercel using Next.js, Functions, Queues, and Sandbox.