> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simplesandbox.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Hello

> Provision secure, on-demand environments and ship faster with Sandbox.

## Welcome

Sandbox delivers isolated, production-like environments that spin up in seconds. Use this documentation to integrate the platform, automate workflows, and keep your teams unblocked.

<Card title="Start building" icon="rocket" href="/quickstart" horizontal>
  Deploy your first sandbox and make your initial API call in under 10 minutes.
</Card>

## What you can do with Sandbox

<CardGroup cols={2}>
  <Card title="Provision ephemeral environments" icon="server">
    Spin up on-demand sandboxes for CI runs, preview deployments, and customer demos.
  </Card>

  <Card title="Automate workflows" icon="gears">
    Orchestrate lifecycle events and integrate Sandbox into your delivery pipeline.
  </Card>

  <Card title="Control the lifecycle" icon="clock">
    Create, execute, refresh, and retire environments through the SDK or CLI.
  </Card>

  <Card title="Operate with confidence" icon="shield">
    Maintain isolation, governance, and repeatability across teams and projects.
  </Card>
</CardGroup>

## Core concepts

<CardGroup cols={2}>
  <Card title="Sandbox Management" icon="clock" href="/sandbox-management">
    Manage lifecycle, timeouts, and state. Learn about default timeouts and extending sandbox lifetimes.
  </Card>

  <Card title="File Operations" icon="file" href="/files">
    Read and write text and binary files up to 10 MB. Upload images, configs, and data.
  </Card>

  <Card title="Command Execution" icon="terminal" href="/command-execution">
    Execute shell commands and run background processes. Manage logs and check PIDs.
  </Card>

  <Card title="Interactive Terminals" icon="window" href="/interactive-terminals">
    Connect to sandboxes via CLI or browser with full PTY support. Multiple terminals and screen sharing.
  </Card>

  <Card title="Networking" icon="globe" href="/networking">
    Expose services via public URLs. Learn about IPv6 binding requirements.
  </Card>

  <Card title="Pricing" icon="dollar-sign" href="/pricing">
    Understand per-millisecond billing for compute and memory. No network fees.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Common issues and solutions. API errors, networking, and debugging tips.
  </Card>
</CardGroup>

## Need help?

Reach out via the app or check our [Troubleshooting guide](/troubleshooting) for common issues.
