Vercel — AI · · 1 min read

Cursor Cloud Agents can now run in Vercel Sandbox

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Cursor Cloud Agents can now run in Vercel Sandbox instead of Cursor's hosted machines.

Cursor manages the agent harness and inference loop. Its Self-Hosted Machines APIs let you supply the execution environment where agents clone repositories, edit files, and run commands and tests. Self-Hosted Machines requires a Cursor Enterprise plan.

Vercel Sandbox provides that execution environment as an isolated Firecracker microVM for each agent request. Vercel Functions and Vercel Workflow form a durable control plane that claims queued agent requests, provisions workers, monitors sessions, and cleans up automatically.

With this architecture, you get:

  • A scale-to-zero worker pool without long-lived virtual machines

  • A dedicated, isolated Sandbox for every agent request

  • Durable retries when a worker or session fails

  • Short-lived, user-scoped credentials inside each Sandbox

Follow the step-by-step guide to deploy the reference implementation to your own Vercel account, or learn more in the Vercel Sandbox documentation.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI