🚀 Launch Week: 50% off Pro plans for the first 1000 developers

Cloud
Sandboxes

Spin up isolated environments in seconds. Code, test, deploy — all in the cloud.

main.py
from EV2D import Sandbox, SandboxError

sb = Sandbox(debug=True, api_key="EV2D-api-key")

sb.create_sandbox(
    "Sample sandbox", 
    "devbox", 
    mem_limit="512m", 
    cpus="0.5"
)

with sb("devbox") as main:
    main.run_command("apt-get update")
    main.run_command("apt-get install -y python3")
    result = main.start()
    print(result["status"])

sb.close()
Terminal
$$ npm install @EV2D/sdk
Analytics dashboard

Monitor usage and performance

Predictive analytics

AI-powered insights

Kanban view project tracking

Visual project management

Auto-sync integrations

Connect with your tools

VIEW DOCS

Trusted by developers worldwide

Anthropic
OpenAI
Vercel
Supabase
Replicate
Hugging Face
Modal Labs
RunPod
Replit
CodeSandbox

10M+ Sandboxes Created

From AI research to production deployments — powering the next generation of cloud development.

AI ResearchWeb DevelopmentData ScienceMachine LearningAPI TestingMicroservicesCI/CD PipelinesCode ReviewsPrototypingEducationTrainingDemosExperimentsAutomationDevOpsCloud NativeServerlessContainersKubernetesDockerAI ResearchWeb DevelopmentData ScienceMachine LearningAPI TestingMicroservicesCI/CD PipelinesCode ReviewsPrototypingEducationTrainingDemosExperimentsAutomationDevOpsCloud NativeServerlessContainersKubernetesDocker
PythonNode.jsReactNext.jsDjangoFastAPIFlaskExpressVue.jsAngularTensorFlowPyTorchJupyterPandasNumPyScikit-learnPostgreSQLMongoDBRedisElasticsearchPythonNode.jsReactNext.jsDjangoFastAPIFlaskExpressVue.jsAngularTensorFlowPyTorchJupyterPandasNumPyScikit-learnPostgreSQLMongoDBRedisElasticsearch

Built for Performance

Enterprise-grade infrastructure that scales with your needs — from prototype to production.

Simple, Powerful API

Three lines of code to spin up any environment. Python SDK, REST API, or JavaScript — your choice.

Choose Your Use Case

create_sandbox.py
Python SDK
from EV2D import Sandbox

sb = Sandbox(api_key="your-api-key")

sandbox = sb.create_sandbox(
    name="ml-training",
    template="python-ml",
    resources={
        "memory": "4GB",
        "cpus": "2",
        "gpu": "nvidia-t4"
    }
)

print(f"Sandbox URL: {sandbox.url}")

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees, no surprises.

Starter

Free

Perfect for learning and small projects

5 sandboxes per month
2GB RAM per sandbox
1 CPU core
Community support
Basic templates
24h sandbox lifetime
Most Popular

Pro

$29/month

For serious developers and small teams

Unlimited sandboxes
8GB RAM per sandbox
4 CPU cores
Priority support
All templates + custom
7 day sandbox lifetime
API access
Team collaboration

Enterprise

Custom

For large teams and organizations

Everything in Pro
Dedicated infrastructure
Custom resource limits
24/7 phone support
SLA guarantees
SSO integration
Advanced security
Custom integrations

All plans include SSL, automatic backups, and 99.9% uptime SLA

Need something custom?

Loved by Developers

"EV2D transformed our development workflow. We can spin up isolated environments for every feature branch in seconds."

Sarah Chen profile
Sarah Chen

Senior Engineer at Anthropic

"The Python SDK is incredibly intuitive. Our ML team can now prototype and test models without worrying about environment conflicts."

Marcus Rodriguez profile
Marcus Rodriguez

ML Research Lead at OpenAI

"Game changer for our CI/CD pipeline. Every test runs in a fresh sandbox, eliminating flaky tests completely."

Alex Kim profile
Alex Kim

DevOps Engineer at Vercel

Frequently Asked Questions

Ready to spin up your first sandbox? It takes less than 30 seconds.