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.py

Guides

Step-by-step tutorials for common use cases.

Learn more

API Reference

Complete REST API documentation.

Learn more

Examples

Code samples and starter templates.

Learn more
Get Started

Ready to dive in?

View the full documentation to explore all features.