Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
FATHOM_API_KEYYesFathom external API key (generated in Fathom settings) Docs.

Setup

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

Tools

ToolAccessDescription
List MeetingsReadList recorded meetings, optionally including summaries and action items
Get TranscriptReadGet the transcript of a recording
Get SummaryReadGet the AI summary of a recording
List TeamsReadList teams in the Fathom workspace
List Team MembersReadList 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.