Vercel adds OpenAI Agents API support with serverless sandbox
The platform now lets developers run OpenAI agent sessions in isolated, on-demand environments without permanent workers.
1h agoSource: dev.to1 min read
On September 10, Vercel revealed a new integration that enables developers to construct and launch applications using the OpenAI Agents API. In this setup, OpenAI retains control of the agent's reasoning loop and session data, while Vercel routes each session to its Sandbox service, which provides a separate execution context and stores workspace files.
The design replaces the traditional model of continuously running workers, containers, and GPUs with a request-driven flow that spins up a sandbox only when needed and scales back to zero afterward. This approach is aimed at workloads that experience spikes or operate asynchronously, offering freelancers and small teams a cost-effective way to incorporate autonomous agents into full-stack projects.
Key points
Vercel now supports OpenAI Agents API with isolated sandbox execution.
Agent loop and state remain managed by OpenAI, Vercel handles code runtime.
Architecture scales to zero, eliminating always-on workers for bursty loads.
This item is an original summary written from the source above. It is drafted
with AI assistance and published automatically under our
editorial policy. Facts belong to the original publisher;
if something here is wrong, tell us and we will fix or remove it.