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

# Integrations & Developers

> Connect Jamie to the tools your team already uses — CRMs, docs, and task tools — and build on top of it with the API, webhooks, and MCP.

**What's available:**

* **CRM:** HubSpot, Salesforce, Attio (log meetings to contacts, companies, deals, accounts) — plus DealCloud and Affinity for deal teams.
* **Note-taking:** Notion, Google Docs, OneNote.
* **Task management:** Asana (turn action items into tasks).

**Connecting one:**

<Steps>
  <Step title="Open integration settings">
    Go to **Settings → Integrations**.
  </Step>

  <Step title="Connect">
    Pick the integration → click **Connect** → complete the authorization flow → set your preferences.
  </Step>
</Steps>

**Two ways to send meetings:**

* **Manual:** click **Share** on a meeting → **Integrations** tab → choose where to send it.
* **Automatic sync:** turn on auto-sync in the integration's settings to push every new meeting automatically.

**Choose what syncs:** Summary (AI notes), Transcript (full word-for-word), and Tasks (action items). Not every integration supports all three — check the individual integration page.

**Managing them:** in **Settings → Integrations** you can see connection status, configure what content syncs, and disconnect any integration.

<Info>
  **Need a custom workflow?** If you need an integration or automation that isn't listed (CRM mapping, an internal system, a specific data flow), reach out to your Account Executive.
</Info>

## API, Webhooks & MCP

For teams that want to build on top of Jamie, there are three developer surfaces.

<AccordionGroup>
  <Accordion icon="code" title="API — programmatic access to your meeting data">
    Programmatic access to your meeting data (summaries, transcripts, tasks, tags).

    * Create a key in **Settings → Developers → API Keys**, then authenticate with a single `x-api-key` header — no OAuth, no token refresh.
    * Two key types: **workspace keys** (`/v1/workspace/…` — all workspace meetings/tasks) and **personal keys** (`/v1/me/…` — your own + shared meetings, plus search and tags).
    * Base URL: `https://beta-api.meetjamie.ai`. Use the built-in **Request Builder** to construct calls visually.
  </Accordion>

  <Accordion icon="webhook" title="Webhooks — get notified when events happen">
    Get notified automatically when events happen (e.g. a meeting finishes processing), so you can trigger downstream workflows instead of polling. Includes delivery/retry handling, signature verification for security, and a ready-made Make.com guide. Set them up in the developer settings.
  </Accordion>

  <Accordion icon="plug" title="MCP — connect AI tools to your meetings">
    Connect AI tools (Claude, ChatGPT, Cursor, Windsurf, or your own) directly to your meeting notes so they can search meetings, pull summaries, and extract action items.

    * Server URL: `https://mcp.meetjamie.ai/mcp` (Streamable HTTP + browser-based OAuth; no API keys or client secrets needed).
    * Available tools: `list_meetings`, `get_meeting`, `search_meetings`, `list_tasks`, `list_tags`.
    * **Admin note:** on Claude Team/Enterprise, an Owner must first add the connector in **Organization settings → Connectors** before members can enable it.
  </Accordion>
</AccordionGroup>

<CardGroup cols={2}>
  <Card title="Integrations" icon="puzzle-piece" href="/integrations/overview">
    Browse all available integrations.
  </Card>

  <Card title="Developer docs" icon="code" href="/developers/api/api">
    API, webhooks, and MCP reference.
  </Card>
</CardGroup>
