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

# Tiro Developer Docs

> Work with Tiro's notes, transcripts, summaries, and voice in code. Connect through the REST API, Webhooks, MCP, or CLI.

<div id="tiro-home">
  <div id="tiro-developer-hero">
    <p id="tiro-hero-eyebrow">Perfectly Crafted Meeting Notes</p>
    <h1 id="tiro-hero-title">What will you build?</h1>
    <p id="tiro-hero-sub">Work with Tiro's notes, transcripts, summaries, and voice in code. Connect through the REST API, Webhooks, MCP, or CLI.</p>
  </div>

  <div id="tiro-home-content">
    <CardGroup cols={2}>
      <Card title="REST API" icon="code" href="/en/developers/fundamentals/api-overview">
        Reach notes, transcripts, summaries, voice, and template documents programmatically from your services and backends.
      </Card>

      <Card title="Webhook" icon="bell" href="/en/developers/webhooks/webhooks-overview">
        Get an event the moment note processing, a summary, or a document finishes — and automate your workflow.
      </Card>

      <Card title="MCP Server" icon="robot" href="/en/developers/mcp/mcp-overview">
        Connect AI clients like Claude, ChatGPT, and Cursor to your Tiro notes in minutes.
      </Card>

      <Card title="CLI" icon="terminal" href="/en/developers/cli/cli-overview">
        Search notes and export them to files from your shell, CI, or ad-hoc agents.
      </Card>
    </CardGroup>

    <Card title="New here?" icon="rocket" href="/en/developers/getting-started/quickstart" horizontal arrow="true">
      Get an API key and send your first request — in about 5 minutes.
    </Card>
  </div>
</div>
