Skip to main content
Connect Granola to sync AI meeting notes and transcripts into your Supermemory knowledge base. The connector uses a Granola API key, so there is no OAuth redirect flow.
The Granola connector requires a Pro Plan or higher in Supermemory and a Granola plan that can create API keys. In Granola, create one from Settings > Connectors > API keys.

Quick Setup

From the Console

  1. Open the Supermemory Console.
  2. Go to Connectors.
  3. Find the Granola row and click Connect.
  4. Paste your Granola API key.
  5. Optionally set a document limit and container tag.
  6. Click Connect.
The console creates the connection and starts the initial sync automatically.
The console limits connector setup to 500 documents. Use the API setup below for higher documentLimit values, up to 10,000.

With the API

Supermemory validates the Granola API key before creating the connection. The initial sync starts automatically after the connection is created.

Configuration Options

For Granola, provider-specific fields are passed inside the top-level metadata object. General connection options stay top-level.
In the Python SDK, use container_tags and document_limit for top-level options, but keep the Granola metadata key in camelCase: apiKey.

What Gets Synced

Granola notes are synced as markdown documents. Each document can include:
  • Note title
  • Meeting time, attendees, and meeting URL when Granola returns them
  • AI-generated summary when present
  • Full transcript when present

Document Metadata

Each synced note includes searchable metadata: You can filter searches using these metadata fields:

Connection Management

Delete Connection

By default, deleting a connection removes all synced documents from Supermemory. To keep documents, pass deleteDocuments=false as a query parameter: DELETE /v3/connections/:id?deleteDocuments=false

Manual Sync

Sync Behavior

Troubleshooting