llms.txt Content
# Depot
> For AI agents: this file is the site index for Depot, covering documentation, blog posts, the changelog, and customer stories. Each link below points to the markdown source. You can also append `.md` to any HTML URL on https://depot.dev to fetch its markdown source (for example https://depot.dev/docs/cli.md). The full markdown bundle of documentation pages is at https://depot.dev/llms-all.txt.
## Documentation
- [Get started with Depot](https://depot.dev/docs.md) - Depot accelerates container builds, GitHub Actions, and CI workflows.
- [Manage your Depot account and organizations](https://depot.dev/docs/account.md) - Learn how your Depot account works and how to manage it.
- [Quickstart for remote Claude Code agents on Depot](https://depot.dev/docs/agents/claude-code/quickstart.md) - Step by step guide on how to get up and running with remote Claude Code agents on Depot.
- [Remote Agents](https://depot.dev/docs/agents/overview.md) - Learn how to use move your coding agents off of your local machine and onto Depot's remote agents platform
- [Container builds API tutorial](https://depot.dev/docs/api/api-container-builds-tutorial.md)
- [Authentication](https://depot.dev/docs/api/authentication.md) - How to generate organization level API tokens for authenticating to the Depot API
- [Depot API Overview](https://depot.dev/docs/api/overview.md) - Programmatic access to Depot, from running container image builds on behalf of your own users to managing Depot CI workflows, runs, and jobs.
- [Depot SDK Reference](https://depot.dev/docs/api/sdk-reference.md) - Complete SDK reference for managing Depot projects, builds, registry, BuildKit endpoints, and usage data
- [Authentication](https://depot.dev/docs/cache/authentication.md) - Learn how to authenticate with Depot remote caching
- [Configure Bazel to use Depot Cache](https://depot.dev/docs/cache/integrations/bazel.md) - Learn how to use Depot remote caching for Bazel builds
- [GitHub Actions](https://depot.dev