AgentsSeptember 3, 2026via Vercel Blog
Cursor Cloud Agents can now run in Vercel Sandbox
Why it matters
Agent deployment infrastructure is maturing. Cursor's shift from owned machines to Vercel's isolated compute environment signals how agent platforms are standardizing on cloud-native, ephemeral execution. Practitioners building agentic workflows now have a proven production pattern for isolation and reliability.
Key signals
- Cursor Cloud Agents can execute in Vercel Sandbox (isolated Firecracker microVM per request)
- Vercel Functions + Vercel Workflow form durable control plane for agent request queuing and session management
- Self-Hosted Machines option requires Cursor Enterprise plan
- Architecture enables scale-to-zero worker pools, short-lived credentials, automatic cleanup
- Durable retry logic for worker and session failures built into the integration
The hook
Cursor Cloud Agents now run in Vercel Sandbox instead of proprietary infrastructure—isolation, scale-to-zero, and durable retries baked in.
can now run in instead of Cursor's hosted machines. Cursor Cloud AgentsVercel Sandbox
Cursor manages the agent harness and inference loop. Its APIs let you supply the execution environment where agents clone repositories, edit files, and run commands and tests. Self-Hosted Machines requires a Curs…