Docs
Documentation
Get started with Void-Run in minutes.
Quick Start
Three steps to your first sandbox.
1
Create an API key
Generate your API key from the dashboard.
2
Launch a sandbox
Use the CLI or API to create a sandbox.
3
Run your code
Execute any code inside the secure environment.
bash
# Install the CLI
$ npm install -g voidrun
# Authenticate
$ voidrun auth login
# Create a sandbox
$ voidrun sandbox create
# Run your code
$ voidrun exec main.pyGuides
Step-by-step tutorials for common use cases.
Learn moreAPI Reference
Complete REST API documentation.
Learn moreExamples
Code samples and starter templates.
Learn moreGet Started
Ready to dive in?
View the full documentation to explore all features.