Skip to main content
Nullspace gives AI agents composable machines: on-demand Firecracker microVMs with first-class lifecycle primitives, all driven from one Python SDK, CLI, HTTP API, or MCP. This is what it looks like:
Commands run inside an isolated VM with its own filesystem — see Commands and Filesystem.
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 machine. The full stack is open source and can be self-hosted on a single host.

Get started

First machine 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.

Explore the platform

Machines

The microVM lifecycle end to end.
Create & connect · Persistence · Fork example

Code Interpreter

Stateful notebook-style execution.
Analyze data · Charts · Example

Agents

Coding agents in machines, or your agent as a managed service.
Deployments · Local MCP · Job example

Templates & warm pools

Bake dependencies once; start instantly.
Quickstart · Warm pools · Build example

Filesystem & volumes

Machine files plus durable shared storage.
Uploads · Volumes · Shared-volume example

Networking

Signed URLs, WebSockets, custom proxies.
Preview URLs · Access control · Port example

Desktop

GUI environments for agents and humans.
Automation · Viewer · Viewer example

Observability & access

Watch and debug long-running work.
Lifecycle events · Webhooks · SSH & PTY

Reference

Python SDK

One-page tour of the SDK surface, plus per-object references.

CLI

nullspace commands for machines, templates, volumes, and agents.

HTTP API

The full REST contract with an interactive playground.