Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt

Use this file to discover all available pages before exploring further.

Each sandbox boots from a template — a reusable base image with your dependencies baked in. The default superserve/base runs Ubuntu 24.04 with Python 3.12, Node.js 22, and common dev tools.

What you can do

  • Create sandboxes - spin up isolated VMs in seconds, ready to run commands immediately
  • Execute commands - run shell commands and stream output
  • Read and write files - transfer files to and from the sandbox filesystem
  • Pause and resume - checkpoint sandbox state to disk and restore it later
  • Custom templates - pre-bake team dependencies into base images and launch from them
  • Network controls - configure per-sandbox egress allow/deny rules

Next steps

Quickstart

Create your first sandbox in under five minutes.

Get an API key

Authenticate the SDK with your Superserve account.

SDK Reference

Every method, option, and type for the TypeScript and Python SDKs.

API Reference

Low-level HTTP API for custom integrations.