At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key from
FATHOM_API_KEYis sent as theX-Api-Keyheader. - Docs: https://developers.fathom.ai
Credentials
Set these per environment. See Connect an integration.| Variable | Required | Description |
|---|---|---|
FATHOM_API_KEY | Yes | Fathom external API key (generated in Fathom settings) Docs. |
Setup
- Sign in to Fathom: Go to 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.
- Generate an API key: Open Fathom Settings → API and generate an API key. API access may require a paid team plan.
- Set the environment variable: Add the key to your .env as FATHOM_API_KEY=…
- 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
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.