Managed secret providers
Granola
Connect Granola to Alter Vault for secure API access
Overview
Section titled “Overview”Use Granola credentials to make authenticated API calls through Alter Vault without exposing API keys in code.
| Property | Value |
|---|---|
| Provider ID | granola |
| Category | Productivity |
| Credential Type | API Key |
Step 1: Get Credentials
Section titled “Step 1: Get Credentials”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_).
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”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.
Using in Code
Section titled “Using in Code”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.