- 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).
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.
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.API — programmatic access to your meeting data
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-keyheader — 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.
Webhooks — get notified when events happen
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.
MCP — connect AI tools to your meetings
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.
Integrations
Browse all available integrations.
Developer docs
API, webhooks, and MCP reference.

