The Cursor Changelog details integration options for Self-Hosted Machines workers, offering guidance and reference templates for deployment on multiple infrastructure partners. These resources support running Team Pool workers on platforms such as AWS Lambda, Cloudflare, Namespace, Modal, Daytona, E2B, Vercel, and Kubernetes.
Key Points
- Cursor offers partner guides and reference templates for Self-Hosted Machines workers.
- Supported platforms include AWS Lambda, Cloudflare, Namespace, Modal, Daytona, E2B, Vercel, and Kubernetes.
- All worker options use the same mechanism: the Cursor CLI opens an outbound HTTPS connection to Cursor, which then sends agent tool calls over that connection.
- Reference architectures are provided, but users retain ownership of the worker image, infrastructure, secrets, scaling policy, and production validation.
- Specific templates are available, such as
anysphere/aws-lambda-workersfor Lambda MicroVMs andanysphere/cloudflare-workersfor Cloudflare Containers. - Deployment requires a Cursor Enterprise plan with Self-Hosted Machines enabled and a service account API key.
- Workers need outbound HTTPS access to
api2.cursor.sh,api2direct.cursor.sh, andcloud-agent-artifacts.s3.us-east-1.amazonaws.com.
Context
According to the Cursor Changelog, these integrations provide a framework for deploying Self-Hosted Machines workers. Each partner maintains its own guide, and Cursor offers reference repositories that users can clone and adapt. These templates include a worker controller that claims pending pool requests and initiates one worker per claim.
Why It Matters
Builders deploying Cursor agents can leverage these integration guides and templates to manage their own worker infrastructure, allowing for custom scaling, security, and operational control over their agent deployments.
What To Do
- Review the Cursor documentation for Self-Hosted Machines integrations to identify suitable deployment platforms.
- Examine the provided reference templates, such as those for AWS Lambda MicroVMs or Cloudflare Containers, to understand the worker deployment model.
- Note the network requirements for outbound HTTPS connections to Cursor endpoints.
- Ensure that a Cursor Enterprise plan is in place and Self-Hosted Machines are enabled for deployment.
