- Run a command
- Run code
- Expose a port
- Pause, resume & fork
Private beta — signup is closed for now. Public availability timing
will be announced when capacity opens. If you have a beta key, you can be
running these snippets in about five minutes: create your first
sandbox. The full stack is
open source and can be
self-hosted on a single host.
Get started
First sandbox in 5 minutes
Install the CLI, save your key, and run
nullspace quickstart.Copy a runnable example
Code interpreter, agents, fork, templates, volumes, desktop, and more.
Self-host the OSS stack
Run the whole platform on one Ubuntu/KVM host.
The lifecycle primitives
Everything in Nullspace builds on six explicit operations. Pause/resume and fork are what set it apart: full VM state is preserved exactly, wakes use lazy memory loading so they feel instant, and forks branch a running machine.| Primitive | What it does |
|---|---|
| Create | Boot a fresh microVM from a template, image, or snapshot — or claim a pre-booted one from a warm pool |
| Exec | Run commands and processes, stream output |
| Hibernate | Pause and persist full VM state |
| Resume | Wake exactly where it paused, near-instantly |
| Fork | Branch a running sandbox into independent children |
| Destroy | Tear down and release everything |
Explore the platform
Sandboxes
The microVM lifecycle end to end.
Create & connect · Persistence · Fork example
Create & connect · Persistence · Fork example
Code Interpreter
Stateful notebook-style execution.
Analyze data · Charts · Example
Analyze data · Charts · Example
Agents
Coding agents in sandboxes, or your agent as a managed service.
Deployments · Local MCP · Job example
Deployments · Local MCP · Job example
Templates & warm pools
Bake dependencies once; start instantly.
Quickstart · Warm pools · Build example
Quickstart · Warm pools · Build example
Filesystem & volumes
Sandbox files plus durable shared storage.
Uploads · Volumes · Shared-volume example
Uploads · Volumes · Shared-volume example
Networking
Signed URLs, WebSockets, custom proxies.
Preview URLs · Access control · Port example
Preview URLs · Access control · Port example
Desktop
GUI environments for agents and humans.
Automation · Viewer · Viewer example
Automation · Viewer · Viewer example
Observability & access
Watch and debug long-running work.
Lifecycle events · Webhooks · SSH & PTY
Lifecycle events · Webhooks · SSH & PTY
Reference
Python SDK
One-page tour of the SDK surface, plus per-object references.
CLI
nullspace commands for sandboxes, templates, volumes, and agents.HTTP API
The full REST contract with an interactive playground.