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

# Introduction

> Welcome to Fathom's API! 🚀

<Tip>Building a **public OAuth app** (for other Fathom users to install)? [Start here](/oauth) instead.</Tip>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Generate an API key and make your first call in minutes.
  </Card>

  <Card title="API docs" icon="code" href="/api-overview">
    See all available endpoints and methods.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks">
    Set up a webhook for your meetings.
  </Card>

  <Card title="SDKs" icon="gear-code" href="/sdks">
    Use our Typescript or Python SDK.
  </Card>
</CardGroup>

## Build an app with Fathom

<Card title="OAuth" icon="key" horizontal href="/oauth">
  Build a Fathom integration that other users can install.
</Card>

## Need inspiration?

<Card title="Examples" icon="stars" href="/inspiration">
  See what others have built with Fathom's API.
</Card>
