Skip to content

Managed secret providers

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.