Skip to content

Reference

Granola

Connect Granola to Alter Vault for secure API access

Use Granola credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDgranola
CategoryProductivity
Credential TypeAPI Key

Open the Granola desktop app

Open the Granola desktop app.

Go to API keys

Go to Settings > Connectors > API keys.

Create a key

Click Create new key and select the note access scopes (Personal notes and/or Public notes).

Copy the key

Click Generate API Key and copy the key (starts with grn_).

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Granola

Go to Managed Secrets > Add Provider > Granola.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://public-api.granola.ai/v1/notes",
grant_id="YOUR_GRANT_ID",
)
  • Creating Granola API keys requires a Business or Enterprise plan. On Enterprise plans, a workspace admin must enable API access scopes for members.
  • See the Granola API documentation for details on creating and scoping API keys.

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
get:/v1/foldersreadGET/v1/folders
get:/v1/notesreadGET/v1/notes
get:/v1/notes/{note_id}readGET/v1/notes/{note_id}

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.