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

# Fathom

> 7 actions available for Fathom through StackOne. Use via Actions RPC, Toolset SDK, MCP, or A2A.

<div className="not-prose" style={{ display: 'flex', alignItems: 'center', gap: '12px', marginBottom: '24px' }}>
  <img src="https://stackone-logos.com/api/fathom/filled/png" alt="Fathom" className="connector-page-icon" style={{ width: '48px', height: '48px', borderRadius: '10px', padding: '2px' }} />

  <div>
    <div style={{ fontSize: '24px', fontWeight: '600' }}>Fathom</div>
    <div className="connector-page-subtitle" style={{ fontSize: '14px' }}>7 actions · 1 auth method</div>
  </div>
</div>

## Authentication

<Columns cols={2}>
  <Card title="API Key">
    Connect using an API key generated from your Fathom account settings.

    Guides: [Connector Profile](/connectors/fathom/guides/connector-profile/api-key), [Link Account](/connectors/fathom/guides/link-account/api-key)
  </Card>
</Columns>

<div className="connector-meta-library-section">
  <div className="connector-meta-library-title">Actions</div>

  <div className="connector-actions-controls not-prose" data-connector-actions-controls>
    <div className="connector-actions-controls__row">
      <input type="search" className="connector-actions-search" data-connector-actions-search placeholder="Search actions" aria-label="Search actions" />
    </div>
  </div>

  <div className="meta-library-count" data-connector-actions-count>7 actions</div>

  <div className="not-prose meta-library-table-container" data-connector-actions-table>
    <div className="connector-meta-library-grid" style={{ gridTemplateColumns: '200px 1fr' }}>
      <div className="connector-meta-library-row">
        <div className="meta-library-grid-header-cell">Action</div>
        <div className="meta-library-grid-header-cell">Description</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_list_meetings" data-action-label="List Meetings" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Meetings</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_list_meetings" aria-label="Copy fathom_list_meetings"><code className="connector-page-code">fathom\_list\_meetings</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of meetings recorded by or shared with the authenticated user. Returns recording\_id needed by get\_record...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_list_teams" data-action-label="List Teams" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Teams</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_list_teams" aria-label="Copy fathom_list_teams"><code className="connector-page-code">fathom\_list\_teams</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of teams accessible to the authenticated user</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_list_team_members" data-action-label="List Team Members" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>List Team Members</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_list_team_members" aria-label="Copy fathom_list_team_members"><code className="connector-page-code">fathom\_list\_team\_members</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve a list of members belonging to teams accessible to the authenticated user</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_get_recording_summary" data-action-label="Get Recording Summary" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Recording Summary</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_get_recording_summary" aria-label="Copy fathom_get_recording_summary"><code className="connector-page-code">fathom\_get\_recording\_summary</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the call summary for a meeting recording by its recording\_id (from list\_meetings).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_get_recording_transcript" data-action-label="Get Recording Transcript" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Get Recording Transcript</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_get_recording_transcript" aria-label="Copy fathom_get_recording_transcript"><code className="connector-page-code">fathom\_get\_recording\_transcript</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Retrieve the full transcript for a meeting recording by its recording\_id (from list\_meetings).</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_create_webhook" data-action-label="Create Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Create Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_create_webhook" aria-label="Copy fathom_create_webhook"><code className="connector-page-code">fathom\_create\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Create a single webhook for real-time meeting notifications. Each call creates a new webhook — never call more than once...</div>
      </div>

      <div className="connector-meta-library-row" data-action-id="fathom_delete_webhook" data-action-label="Delete Webhook" data-action-scopes="">
        <div className="meta-library-grid-cell connector-meta-library-item-cell">
          <div style={{ fontWeight: '500' }}>Delete Webhook</div>
          <div style={{ marginTop: '4px' }}><button type="button" className="connector-page-code-button" data-copy="fathom_delete_webhook" aria-label="Copy fathom_delete_webhook"><code className="connector-page-code">fathom\_delete\_webhook</code></button></div>
        </div>

        <div className="meta-library-grid-cell meta-library-grid-cell--description">Delete an existing webhook by its ID. Use the webhook ID returned from create\_webhook.</div>
      </div>
    </div>
  </div>
</div>

## Getting Started

<Steps>
  <Step title="Create or Select a Project">
    Set up a new project or select an existing one. See the [Projects Guide](/guides/managing-projects).
  </Step>

  <Step title="Configure the Connector">
    Enable the connector and set up a connector profile in your project. See [Managing Connectors](/guides/explore-connectors).

    <Columns cols={2}>
      <Card title="Connector Profile" href="/connectors/fathom/guides/connector-profile/api-key" icon="https://stackone-logos.com/api/fathom/filled/png" horizontal>
        Fathom - API Key
      </Card>
    </Columns>
  </Step>

  <Step title="Link an Account">
    Connect an account using [StackOne Hub](/guides/embedding-stackone-hub) or [Auth Link](/guides/auth-link).

    <Columns cols={2}>
      <Card title="Link Account" href="/connectors/fathom/guides/link-account/api-key" icon="https://stackone-logos.com/api/fathom/filled/png" horizontal>
        Fathom - API Key
      </Card>
    </Columns>
  </Step>

  <Step title="Use Actions">
    Invoke actions using one of the methods below:

    * [MCP](/mcp/quickstart) – Model Context Protocol for AI assistants
    * [A2A](/a2a/quickstart) – Agent-to-Agent protocol
    * [AI Toolset (TypeScript)](/agents/typescript/introduction) – TypeScript SDK for AI agents
    * [AI Toolset (Python)](/agents/python/introduction) – Python SDK for AI agents
    * [Actions RPC](/platform/api-reference/actions/make-an-rpc-call-to-an-action) – Direct API calls
    * [Playground](/guides/playground) – Test actions in the dashboard
  </Step>
</Steps>
