GR

granola-multi-env-setup

Operational guide for scaling Granola across enterprise departments using SSO and centralized provisioning.

Install

mkdir -p .claude/skills/granola-multi-env-setup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6888" && unzip -o skill.zip -d .claude/skills/granola-multi-env-setup && rm skill.zip

Installs to .claude/skills/granola-multi-env-setup

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Configure Granola across multiple workspaces and teams with SSO/SCIM
68 charsno explicit “when” trigger
Advanced

Key capabilities

  • Configure isolated workspaces for departments
  • Set up SSO and SCIM user provisioning
  • Map identity provider groups to workspace roles
  • Apply per-workspace compliance and retention policies
  • Hardened security for sensitive workspaces

How it works

The skill establishes a hierarchy of isolated workspaces, each with independent integration and compliance settings. It uses SSO and SCIM to automate user provisioning and role assignment based on identity provider groups.

Inputs & outputs

You give it
Organization structure and identity provider configuration
You get back
Configured multi-workspace enterprise environment

When to use granola-multi-env-setup

  • Set up department-specific workspaces
  • Configure SSO and SCIM provisioning
  • Establish enterprise user hierarchies
  • Implement sharing and retention policies

About this skill

Granola Multi-Environment Setup

Overview

Configure Granola for multi-workspace enterprise deployments with SSO-based user provisioning, per-workspace integration configuration, and compliance controls. Each workspace operates as an isolated unit with its own folders, integrations, sharing rules, and retention policies.

Prerequisites

  • Granola Enterprise plan ($35+/user/month)
  • Organization admin access in Granola
  • Identity provider configured (Okta, Azure AD, or Google Workspace)
  • Team structure and workspace plan documented

Instructions

Step 1 — Plan Workspace Structure

Map your organization to Granola workspaces:

WorkspaceOwnerMembersPurpose
EngineeringVP EngineeringAll engineersSprint planning, architecture, standups
SalesVP SalesSales team + SDRsDiscovery calls, demos, pipeline reviews
ProductHead of ProductPMs + designersCustomer feedback, design reviews, PRDs
Customer SuccessCS LeadCS managersOnboarding calls, QBRs, escalations
HRHR DirectorHR teamInterviews, 1-on-1s, performance reviews
ExecutiveCEOC-suiteBoard meetings, strategy, M&A

Step 2 — Create Workspaces

  1. Navigate to Organization Settings > Workspaces
  2. For each workspace:
    • Name: Department name (e.g., "Engineering")
    • Description: Purpose and scope
    • Owner: Department lead (Workspace Admin role)
    • Privacy: Private (members only) or Internal (org-visible)
    • Default sharing: Private for new notes

Step 3 — Configure SSO and User Provisioning

SSO Setup (Okta example):

  1. Organization Settings > Security > SSO
  2. Choose SAML 2.0 or OIDC
  3. Configure in your IdP:
    • Entity ID: https://app.granola.ai/sso/{org-slug}
    • ACS URL: https://app.granola.ai/sso/callback
    • Name ID: Email address
  4. Test with a pilot user before enforcing org-wide

SCIM Provisioning:

  1. Organization Settings > Security > SCIM
  2. Generate SCIM token
  3. Configure in your IdP:
    • SCIM endpoint: https://api.granola.ai/scim/v2/{org-id}
    • Bearer token: Generated in step 2
  4. Map IdP groups to Granola workspaces and roles:
IdP GroupGranola WorkspaceRole
granola-engineeringEngineeringMember
granola-engineering-leadsEngineeringAdmin
granola-salesSalesMember
granola-hrHRMember
granola-executivesExecutiveAdmin

Just-in-Time (JIT) Provisioning: Enable JIT so users are auto-provisioned on first SSO login without manual invitation. Map their IdP groups to workspace membership.

Step 4 — Configure Per-Workspace Integrations

Each workspace can have independent integration configurations:

WorkspaceSlack ChannelCRMNotion DatabaseTask Tool
Engineering#eng-meetingsEngineering WikiLinear
Sales#sales-notesHubSpotSales Playbook
Product#product-feedbackProduct InsightsLinear
Customer Success#cs-updatesAttioCS Knowledge Base
HR(none)(none)
Executive(none)Private Board DB

Configure in each workspace: Settings > Integrations. Each workspace's integrations are independent — connecting Slack in Engineering does not affect Sales.

Step 5 — Set Compliance Controls Per Workspace

WorkspaceData Retention (Notes)Data Retention (Transcripts)External SharingAudit Logging
Engineering2 years90 daysAllowed (admin approval)On
Sales1 year90 daysAllowed (for client follow-up)On
Product2 years90 daysAllowed (admin approval)On
HR90 days30 daysProhibitedOn
ExecutiveCustom (legal hold)30 daysProhibitedOn

Sensitive workspace hardening (HR, Executive):

Workspace Settings > Security:
  External sharing: Disabled
  Public links: Disabled
  Link expiration: 7 days (if any sharing enabled)
  MFA required: Yes (beyond SSO)
  Session timeout: 4 hours
  AI training opt-out: Enforced
  IP allowlist: Enabled (office IPs only)

Step 6 — Role Hierarchy and Permissions

RoleCreate NotesShare InternallyShare ExternallyManage MembersManage Settings
Org OwnerYesYesYesYes (all workspaces)Yes (org-level)
Workspace AdminYesYesYes (if policy allows)Yes (own workspace)Yes (workspace)
Team LeadYesYesYes (if policy allows)View onlyNo
MemberYesYesNo (unless admin approves)NoNo
ViewerNoRead-onlyNoNoNo
GuestNoSingle workspace readNoNoNo

Step 7 — Validate and Monitor

Validation checklist:

  • All workspaces created with correct owners
  • SSO login tested with users from each IdP group
  • SCIM sync verified (user added to IdP group → appears in workspace)
  • Per-workspace integrations tested with sample meetings
  • Compliance settings verified for sensitive workspaces (HR, Executive)
  • Cross-workspace search working for admin users
  • Audit logs capturing expected events

Ongoing monitoring:

  • Monthly: Review workspace membership, deactivate departed users
  • Quarterly: Access review across all workspaces (principle of least privilege)
  • Annual: Re-certify compliance settings, update retention policies

Output

  • Multi-workspace topology deployed and configured
  • SSO and SCIM provisioning operational
  • Per-workspace integrations connected and tested
  • Compliance controls applied with sensitive workspace hardening
  • Role hierarchy documented and enforced

Error Handling

ErrorCauseFix
User lands in wrong workspaceSSO group mapping incorrectFix IdP group → workspace mapping
SCIM sync failsToken expired or endpoint wrongRegenerate SCIM token, verify endpoint URL
Cross-workspace notes invisibleUser not added to target workspaceAdd user to workspace or grant Viewer role
Integration not syncing in workspaceConnected to different workspaceReconnect integration within the correct workspace context
JIT provisioning creates duplicate usersMultiple IdP groupsConsolidate groups, ensure one user maps to one account

Resources

Next Steps

Proceed to granola-observability for meeting analytics and monitoring.

Prerequisites

Granola Enterprise planOrganization admin accessConfigured identity providerDocumented team structure

Limitations

  • Integration settings are workspace-specific
  • Cross-workspace notes visibility requires specific role assignment
  • JIT provisioning requires correct IdP group mapping

How it compares

This method provides granular control over data retention and security policies per department, unlike a single-tenant flat configuration.

Compared to similar skills

granola-multi-env-setup side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
granola-multi-env-setup (this skill)127dNo flagsAdvanced
agent-workflow-automation46moReviewAdvanced
project-os16moReviewIntermediate
r2-glacier-migration18moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

More by jeremylongshore

View all by jeremylongshore

analyzing-logs

jeremylongshore

Analyze application logs to detect performance issues, identify error patterns, and improve stability by extracting key insights.

14123

ollama-setup

jeremylongshore

Configure auto-configure Ollama when user needs local LLM deployment, free AI alternatives, or wants to eliminate hosted API costs. Trigger phrases: "install ollama", "local AI", "free LLM", "self-hosted AI", "replace OpenAI", "no API costs". Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

1167

backtesting-trading-strategies

jeremylongshore

Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".

1071

generating-database-seed-data

jeremylongshore

Process this skill enables AI assistant to generate realistic test data and database seed scripts for development and testing environments. it uses faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. u... Use when working with databases or data models. Trigger with phrases like 'database', 'query', or 'schema'.

1033

cursor-codebase-indexing

jeremylongshore

Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".

885

testing-mobile-apps

jeremylongshore

Execute mobile app testing on iOS and Android devices/simulators. Use when performing specialized testing. Trigger with phrases like "test mobile app", "run iOS tests", or "validate Android functionality".

810

Search skills

Search the agent skills registry