Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.granola.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Enterprise API gives workspace admins programmatic access to all notes in the Team space — everything that workspace members can read, excluding private notes and private folders.

Use cases

  • CRM sync – Automatically push meeting summaries and action items to HubSpot, Salesforce, or any CRM. Match attendees by email to keep contact records up to date after every call.
  • Reporting & analytics – Aggregate meeting data across your workspace to track team activity, customer engagement, or deal progression over time.
  • Compliance & audit – Export notes for audit trails or to meet organizational data-retention requirements.

Who is it for?

Workspace admins on an Enterprise plan. Only admins can create Enterprise API keys.

What can you access?

All notes in the Team space — notes that all workspace members can read. The Enterprise API does not include private notes or notes in private folders.

Getting started

  1. Open the Granola desktop app
  2. Go to Settings → Connectors → API keys → Create new key
  3. Select Enterprise API key and click Generate API Key
  4. Copy your API key for use in other apps
You must be a workspace admin to see this option.

API Documentation

Full API reference with endpoints, authentication, and examples.

FAQs

The Enterprise plan. Enterprise API keys are not available on Free, Pro, or Business plans.
No. The Enterprise API only accesses notes in the Team space — notes that all workspace members can read. For access to your own private notes, use a Personal API key.
Personal API (Beta)Enterprise API
Who creates itAny memberWorkspace admin
Plan requiredBusiness+Enterprise
Access scopeYour own notesAll notes in the Team space
Use casePersonal backup, AI agentsCRM sync, reporting, compliance
Not currently. We recommend testing with a small number of notes in a dedicated test folder.
Yes. Enterprise API keys are rate limited per workspace: 25 requests burst capacity with a sustained rate of 5 requests/second.
Not yet — you need to poll the API for new notes. Webhooks are on our roadmap.