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

# Granola

> Search through Granola meeting notes and transcripts

export const IndexedSearch = () => <Tooltip tip="Indexed search uses advanced semantic, hybrid, and graph search methods to find the most relevant results. It's very fast and accurate, but requires upfront indexing of data.">
        <span className="text-sky-600">
            <Icon icon="database" size={14} color="#0084d1" iconType="solid" /> Indexed  Search
        </span>
    </Tooltip>;

# Overview

The Granola integration allows you to search through your Granola meeting notes and transcripts. It supports <IndexedSearch />.

## Authentication

The Granola integration can be set up as a **personal connection** or as a **shared connection**.

### Personal connection (API key)

Each user connects their own Granola account by entering their Granola API key in Unified.to's hosted auth UI, available in Hyperspell as a personal connection without any additional setup.

### Shared connection

An app admin can instead register a single **shared connection** using a Granola **Workspace API key**. Its data is synced once and made available to everyone in your app — no per-user connection required.

To create the Workspace API key:

1. Open the Granola app and navigate to **Settings**.
2. Under **Connectors**, choose **Workspace API keys**:

<Frame>
  <img src="https://mintcdn.com/hyperspell/NvoQRFHWp690-8K-/images/granola-workspace-api-keys.png?fit=max&auto=format&n=NvoQRFHWp690-8K-&q=85&s=3f5d0ef83a3af0d28e6ff072f3e88c2a" alt="Granola settings showing Personal API keys and Workspace API keys options" width="1290" height="356" data-path="images/granola-workspace-api-keys.png" />
</Frame>

3. Click **Create new key** and choose no expiration date.

Then register the shared connection with the following field:

<ParamField body="api_key" type="string" required>
  Your Granola Workspace API key.
</ParamField>

## Search Options

The Granola integration does not support any custom search options.
