# Turborepo

Turborepo is the build system for coding agents. It provides incremental task running, local and remote caching, and parallel execution.

This file helps AI agents understand and use this documentation site.

## Documentation Surfaces

- [Docs](https://turborepo.dev/docs): Documentation section: docs
- [Remote Cache API](https://turborepo.dev/docs/openapi): Documentation section: openapi
- [Documentation index](https://turborepo.dev/llms.txt): Links to individual documentation pages as Markdown
- [Full documentation context](https://turborepo.dev/llms-full.txt): Complete documentation corpus as Markdown
- [Semantic documentation sitemap](https://turborepo.dev/sitemap.md): High-level documentation map for agent navigation
- Page-level Markdown: append .md or .mdx to a documentation URL

## When to use Turborepo

- Category: Build system
- Audience: JavaScript and TypeScript developers, Monorepo maintainers, Platform and developer experience teams
Common use cases:

- Run tasks across a monorepo with caching and parallelism
- Share build caches locally and remotely (Remote Caching)
- Configure task pipelines in turbo.json
- Prune monorepos for lightweight deploys

## API and Auth

- [OpenAPI specification](https://turborepo.dev/api/remote-cache-spec)

## Important Links

- [Docs](https://turborepo.dev/docs)
- [Blog](https://turborepo.dev/blog)
- [Showcase](https://turborepo.dev/showcase)
- [Enterprise](https://vercel.com/contact/sales?utm_source=turborepo.dev&utm_medium=referral&utm_campaign=header-enterpriseLink)
- [Turborepo source](https://github.com/vercel/turborepo): Source repository for Turborepo
- [Releases](https://github.com/vercel/turborepo/releases): Turborepo release notes and changelogs
- [GitHub repository](https://github.com/vercel/turborepo): Source repository

## Agent Instructions

- Use /sitemap.md to identify the most relevant documentation pages before answering broad questions.
- Use /llms.txt to find individual documentation pages and /llms-full.txt when you need the complete documentation corpus as Markdown context.
- Fetch individual documentation pages with a .md or .mdx extension for focused page-level context.
- Only use product capabilities and integration surfaces that are explicitly listed in this file.
