> ## 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.

# Enterprise API

> Workspace-wide programmatic access to meeting notes. CRM sync, reporting, compliance, and custom integrations.

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.

<Card title="API Documentation" icon="book" href="https://docs.granola.ai/introduction">
  Full API reference with endpoints, authentication, and examples.
</Card>

## FAQs

<AccordionGroup>
  <Accordion title="What plan do I need?">
    The Enterprise plan. Enterprise API keys are not available on Free, Pro, or Business plans.
  </Accordion>

  <Accordion title="Can I access private notes or private folders?">
    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](/help-center/sharing/integrations/personal-api).
  </Accordion>

  <Accordion title="What's the difference between the Enterprise API and the Personal API?">
    |                    | Personal API (Beta)        | Enterprise API                  |
    | ------------------ | -------------------------- | ------------------------------- |
    | **Who creates it** | Any member                 | Workspace admin                 |
    | **Plan required**  | Business+                  | Enterprise                      |
    | **Access scope**   | Your own notes             | All notes in the Team space     |
    | **Use case**       | Personal backup, AI agents | CRM sync, reporting, compliance |
  </Accordion>

  <Accordion title="Why is the API returning no notes?">
    Notes in Granola are private by default. For a note to appear in Enterprise API results, it must be in a folder in your workspace's Team space. Ask team members to move notes into a workspace-visible folder: open the folder, click the three dots, select Sharing Settings, and set the Space to your Team. Notes that remain in private folders will not be returned by the API.
  </Accordion>

  <Accordion title="Is there a sandbox or test environment?">
    Not currently. We recommend testing with a small number of notes in a dedicated test folder.
  </Accordion>

  <Accordion title="Are there rate limits?">
    Yes. Enterprise API keys are rate limited per workspace: 25 requests burst capacity with a sustained rate of 5 requests/second.
  </Accordion>

  <Accordion title="Are webhooks available?">
    Not yet — you need to poll the API for new notes. Webhooks are on our roadmap.
  </Accordion>
</AccordionGroup>
