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

# Granola Integration — Index AI Meeting Notes in Hyper

> Connect Granola to Hyper to sync AI-structured meeting notes and verbatim transcripts so agents can search and read your meeting history.

Granola captures AI-structured notes and verbatim transcripts from your meetings, turning every conversation into searchable, structured knowledge. When you connect Granola to Hyper, those meeting notes become part of your shared AI memory layer. Agents can search by meeting title, read AI-summarized notes for quick context, or pull verbatim speaker-tagged transcripts when the exact words matter. This makes your entire meeting history available to any agent — without anyone needing to manually copy notes into another system.

## Connect Granola

Granola uses a custom OAuth flow with PKCE (Proof Key for Code Exchange) delivered through Hyper's desktop app, which links to your existing Granola account.

<Steps>
  <Step title="Open Settings in the Hyper desktop app">
    Launch the Hyper desktop app and click **Settings** in the navigation, then select **Connections**.
  </Step>

  <Step title="Click Connect next to Granola">
    Find Granola in the list of available integrations and click **Connect**.
  </Step>

  <Step title="Authorize via the Granola OAuth flow">
    Hyper opens a secure authorization window. Sign in with your Granola account credentials to link it to Hyper. The flow uses PKCE to keep the exchange secure without requiring a client secret to be stored on your device.
  </Step>

  <Step title="Wait for the initial sync to complete">
    Hyper fetches all your meeting notes from Granola in batches. Sync progress is visible in **Settings → Connections**. Depending on how many meetings you have, this may take a few minutes.
  </Step>
</Steps>

<Info>
  You need an active Granola account to use this integration. Hyper links to your existing Granola account — it does not create one for you.
</Info>

## What Hyper Syncs

| What's synced            | Details                                                       |
| ------------------------ | ------------------------------------------------------------- |
| **Meeting notes**        | All meeting notes in your Granola account, fetched in batches |
| **AI-structured notes**  | Granola's AI-formatted summary of each meeting                |
| **Verbatim transcripts** | Speaker-tagged word-for-word transcripts                      |
| **Source links**         | Each meeting links back to `https://granola.so/notes/{id}`    |

<Note>
  Hyper reads your Granola notes only — it never modifies, deletes, or creates any meeting notes in your Granola account.
</Note>

## Search Your Meeting Notes with AI Agents

Once your Granola notes are synced, your AI agents can search meetings by title and read them in two different modes depending on how much detail you need.

**Example agent queries:**

```text theme={null}
Find Granola notes from the product roadmap meeting
Search my meeting notes for any discussion about pricing strategy
Read the notes from the engineering all-hands last Thursday
Show me the transcript from the customer discovery call with Acme Corp
Find meetings that mention "technical debt" in the title
Read the verbatim transcript from yesterday's design review
```

**Two ways to read a meeting:**

<CardGroup cols={2}>
  <Card title="AI-Structured Notes" icon="sparkles" href="/integrations/granola">
    Reads Granola's AI-formatted meeting summary — great for quickly understanding what was discussed and decided without reading every word.
  </Card>

  <Card title="Verbatim Transcript" icon="microphone" href="/integrations/granola">
    Reads the full speaker-tagged transcript word-for-word — useful when exact phrasing, attribution, or completeness is important.
  </Card>
</CardGroup>

**What agents can do:**

| Action              | Description                                                        |
| ------------------- | ------------------------------------------------------------------ |
| **Search by title** | Find meetings by keywords in their title                           |
| **Read notes**      | Retrieve AI-structured notes for a specific meeting                |
| **Read transcript** | Retrieve verbatim speaker-tagged transcript for a specific meeting |

<Tip>
  Use AI-structured notes for quick context and summary. Switch to the verbatim transcript when you need to verify exact quotes or understand nuance in a specific conversation.
</Tip>

## Reconnect Granola

If your Granola session expires or the connection is interrupted, Hyper will show a **Reconnect** prompt in **Settings → Connections**.

<Steps>
  <Step title="Go to Settings → Connections">
    Open the Hyper desktop app and navigate to **Settings → Connections**.
  </Step>

  <Step title="Click Reconnect next to Granola">
    Click the **Reconnect** button to open the Granola OAuth flow again.
  </Step>

  <Step title="Re-authorize with Granola">
    Complete the sign-in. Your previously synced meeting notes are preserved — Hyper fetches any new notes that appeared while the connection was inactive.
  </Step>
</Steps>

## Disconnect Granola

To remove Granola from Hyper, go to **Settings → Connections**, find Granola, and click **Disconnect**. This terminates the Granola session and stops future syncing. Previously indexed meeting notes will be removed from your memory layer.

<Warning>
  Disconnecting Granola removes all synced meeting note data from Hyper's memory layer. If you reconnect later, Hyper will re-fetch all your Granola notes from scratch.
</Warning>
