Skip to main content
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:
1

Open integration settings

Go to Settings → Integrations.
2

Connect

Pick the integration → click Connect → complete the authorization flow → set your preferences.
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.
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.

API, Webhooks & MCP

For teams that want to build on top of Jamie, there are three developer surfaces.
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.
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.
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.

Integrations

Browse all available integrations.

Developer docs

API, webhooks, and MCP reference.