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

# Fathom

> Read meetings, transcripts, summaries, and teams from the Fathom AI notetaker

## At a glance

* **Availability**: Experimental ([how to enable](/cloud/integrations)).
* **Auth**: API key.
* **Connection**: The key from `FATHOM_API_KEY` is sent as the `X-Api-Key` header.
* **Docs**: [https://developers.fathom.ai](https://developers.fathom.ai)

## Credentials

Set these per environment. See [Connect an integration](/cloud/integrations).

| Variable         | Required | Description                                                                                  |
| ---------------- | -------- | -------------------------------------------------------------------------------------------- |
| `FATHOM_API_KEY` | Yes      | Fathom external API key (generated in Fathom settings) [Docs](https://developers.fathom.ai). |

## Setup

1. **Sign in to Fathom**: Go to [https://fathom.video](https://fathom.video) and sign in. This is the Fathom AI meeting notetaker (not Fathom Analytics). Record at least one test meeting so data exists.
2. **Generate an API key**: Open Fathom Settings → API and generate an API key. API access may require a paid team plan.
3. **Set the environment variable**: Add the key to your .env as FATHOM\_API\_KEY=...
4. **Verify access**: Run List Teams or List Meetings to confirm the key works.

* Fathom authenticates with an 'X-Api-Key' request header
* Rate limit is 60 requests per 60-second window
* Transcript and summary endpoints can also deliver asynchronously to a destination\_url; these tools fetch the data directly

Provider API reference: [https://developers.fathom.ai](https://developers.fathom.ai)

## Tools

| Tool              | Access | Description                                                             |
| ----------------- | ------ | ----------------------------------------------------------------------- |
| List Meetings     | Read   | List recorded meetings, optionally including summaries and action items |
| Get Transcript    | Read   | Get the transcript of a recording                                       |
| Get Summary       | Read   | Get the AI summary of a recording                                       |
| List Teams        | Read   | List teams in the Fathom workspace                                      |
| List Team Members | Read   | List team members in the Fathom workspace                               |

## Example prompts

* List my Fathom meetings from the last week with their summaries and action items.
* Get the transcript and summary of my latest Fathom meeting and draft a follow-up email.
