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

# btca Docs

> Set up btca for local repo search, cloud workflows, and MCP-powered agents.

btca is a codebase research tool with three main entry points: CLI, web app, and MCP. Use
these docs to install it, add resources, configure providers, and connect your coding tools.

Use the guides to get set up, then jump into the API reference for exact request and
response shapes.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/guides/quickstart">
    Install the CLI, add a codebase, and ask your first grounded repo question.
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Connect providers locally and link cloud API keys.
  </Card>

  <Card title="Configuration" icon="sliders" href="/guides/configuration">
    Understand config files, defaults, and validation limits.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Browse local and cloud API endpoints.
  </Card>
</Columns>

## Choose your workflow

Pick the setup that matches how you work:

* **CLI + Local MCP**: best when your code should stay on your machine.
* **Web app + Cloud API**: best for saved threads, projects, and cloud-indexed repos.
