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
- Open the Supermemory Console.
- Go to Connectors.
- Find the Granola row and click Connect.
- Paste your Granola API key.
- Optionally set a document limit and container tag.
- Click Connect.
The console limits connector setup to 500 documents. Use the API setup below for higher
documentLimit values, up to 10,000.With the API
- TypeScript
- Python
- cURL
Configuration Options
For Granola, provider-specific fields are passed inside the top-levelmetadata 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
- TypeScript
- Python
- cURL
Manual Sync
- TypeScript
- Python
- cURL