> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-clustered-top-nav.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Bruno Documentation

<div className="bru-home-search">
  <button type="button" className="bru-home-search-btn" aria-label="Search documentation">
    <svg viewBox="0 0 20 20" fill="none" stroke="currentColor" strokeWidth="2" aria-hidden="true">
      <path d="M9 3a6 6 0 1 0 0 12a6 6 0 1 0 0-12M13.5 13.5L18 18" strokeLinecap="round" />
    </svg>

    <span className="bru-home-search-label">Search the docs…</span>
    <kbd>⌘K</kbd>
  </button>
</div>

<div className="bru-home-group">Start</div>

<Card title="Get Started" icon="rocket" href="/introduction/getting-started" horizontal>
  Download Bruno, learn the basics, and send your first request in minutes.
</Card>

<div className="bru-home-group">Products</div>

<Columns cols={2}>
  <Card title="API Client" icon="browser" href="/api-client/overview" horizontal>
    Requests, variables, auth, scripting, tests, and Git collaboration.
  </Card>

  <Card title="CLI" icon="terminal" href="/bru-cli/overview" horizontal>
    Run collections from the terminal — reports and CI/CD integration.
  </Card>

  <Card title="API Docs" icon="book" href="/api-docs/overview" horizontal>
    Write docs with your collections; publish as shareable HTML.
  </Card>

  <Card title="Mock Servers" icon="server" href="/mock-servers/overview" horizontal>
    Serve realistic mock responses while you build.
  </Card>

  <Card title="VS Code" icon="code" href="/vs-code-extension/overview" horizontal>
    Requests and collections without leaving your editor.
  </Card>
</Columns>

<div className="bru-home-group">More</div>

<Columns cols={2}>
  <Card title="Formats" icon="shapes" href="/reference/overview" horizontal>
    OpenAPI, OpenCollection YAML, converters, and Bru Lang.
  </Card>

  <Card title="Licensing" icon="key" href="/license-overview" horizontal>
    Licenses, billing, SAML SSO, and SCIM provisioning.
  </Card>
</Columns>
