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

# Introduction

> Superserve provides sandbox infrastructure to run code in isolated cloud environments powered by Firecracker MicroVMs.

Each sandbox starts from a [template](/templates/overview) — a reusable base image with your dependencies baked in.

<Tip>
  Use the menu at the top right of any page to add our docs as an MCP server
  in Claude Code, Cursor, or VS Code — giving your agent direct access to
  search and read Superserve documentation.
</Tip>

## 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
* **Secrets** - give a sandbox an API key without the real value ever entering it
* **Network controls** - per-sandbox egress allow/deny rules, plus a log of every connection a sandbox made

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first sandbox and run your first command.
  </Card>

  <Card title="Get an API key" icon="key" href="/api-key">
    Authenticate the SDK with your Superserve account.
  </Card>

  <Card title="SDK Reference" icon="book" href="/sdk-reference/sandbox">
    Every method, option, and type for the TypeScript and Python SDKs.
  </Card>

  <Card title="Integration Guides" icon="puzzle-piece" href="/integrations/coding-agents/claude">
    Guides to integrate with agents, harnesses, filesystems, and more.
  </Card>
</CardGroup>
