Build with OpenAI Agents API on Vercel
Vercel's new guide connects OpenAI Agents API sessions to Vercel Sandbox and Queues for isolated, persistent agent execution.
Vercel now has a guide for building agents on top of OpenAI's Agents API, which hosts the agent loop and session state on OpenAI's side while Vercel supplies the execution infrastructure. Signed OpenAI webhooks are processed through Vercel Queues, and each agent session gets an isolated, persistent Vercel Sandbox for code execution and file access.
The step-by-step guide covers building and deploying an agent this way, with a sample application to follow along. The integration provides:
- An OpenAI-managed agent loop and session state
- Durable processing of sandbox lifecycle events
- An isolated execution environment for every agent session
- Persistent workspaces that remain available across follow-up instructions
- A scale-to-zero architecture without long-lived virtual machines

Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →