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.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
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.