> ## Documentation Index
> Fetch the complete documentation index at: https://container-use.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Sandboxed dev environments for coding agents.

<img className="block dark:hidden" src="https://mintcdn.com/container-use/dFvamjEJGfj4TiOg/images/container-use.png?fit=max&auto=format&n=dFvamjEJGfj4TiOg&q=85&s=1a1d009f751362d869308a6c6cfde6fb" alt="Container Use Hero Light" noZoom={true} width="300" height="268" data-path="images/container-use.png" />

<img className="hidden dark:block" src="https://mintcdn.com/container-use/dFvamjEJGfj4TiOg/images/container-use.png?fit=max&auto=format&n=dFvamjEJGfj4TiOg&q=85&s=1a1d009f751362d869308a6c6cfde6fb" alt="Container Use Hero Dark" noZoom={true} width="300" height="268" data-path="images/container-use.png" />

**Container Use** gives your coding agents sandboxed dev environments to work in, so they can run safely in parallel without requiring babysitting.

Container Use leverages [Dagger](https://dagger.io) for containerized workflows and Git worktrees for branching.

<CardGroup cols={2}>
  <Card title="Sandboxed Environments" icon="box" iconType="duotone">
    Each agent gets a fresh container in its own git branch - run multiple agents without conflicts, experiment safely, discard failures instantly.
  </Card>

  <Card title="Real-time Visibility" icon="eye" iconType="duotone">
    See complete command history and logs of what agents actually did, not just what they claim.
  </Card>

  <Card title="Direct Intervention" icon="helicopter" iconType="duotone">
    Drop into any agent's terminal to see their state and take control when they get stuck.
  </Card>

  <Card title="Environment Control" icon="gamepad" iconType="duotone">
    Standard git workflow - just `git checkout <branch_name>` to review any agent's work.
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install Container Use on your system using Homebrew, shell script, or build
    from source
  </Card>

  <Card title="Agent Integration" icon="puzzle-piece" href="/agent-integrations">
    Configure Container Use with your coding agent (Claude Code, Cursor, VSCode,
    etc.)
  </Card>
</CardGroup>

## Community

Join our community to get help, share examples, and contribute to the project:

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://container-use.com/discord">
    Join the #container-use channel for real-time support
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/dagger/container-use">
    Star the repo, report issues, and contribute code
  </Card>

  <Card title="YouTube" icon="youtube" href="https://www.youtube.com/playlist?list=PLyHqb4A5ee1u5LrsbalfVkBRsrbjDsnN5">
    Watch the Container Use playlist for examples and tutorials
  </Card>
</CardGroup>
