documenso-enterprise-rbac

Featured

Configure Documenso enterprise role-based access control and team management. Use when implementing team permissions, configuring organizational roles, or setting up enterprise access controls. Trigger with phrases like "documenso RBAC", "documenso teams", "documenso permissions", "documenso enterprise", "documenso roles".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Documenso Enterprise RBAC ## Overview Configure team-based access control and enterprise features in Documenso. The Team plan enables multi-user collaboration with shared documents. Enterprise adds SSO (OIDC), audit logging, and organization-level management. ## Prerequisites - Documenso Team or Enterprise plan - Understanding of RBAC concepts - For SSO: OIDC-compatible identity provider (Okta, Azure AD, Google Workspace, Auth0) ## Documenso Team Model ``` Organization ├── Team A │ ├── Owner (full control) │ ├── Admin (manage members, settings) │ └── Member (create, view, sign team documents) ├── Team B │ └── ... └── Personal Accounts (separate from teams) ``` **Key concepts:** - Teams are separate from personal accounts -- team documents are owned by the team - Team API keys access all team documents; personal keys only access personal documents - Each team member can have Owner, Admin, or Member role - Unlimited teams and users on Team/Enterprise plans (early adopter pricing) ## Instructions ### Step 1: Team API Key Scoping ```typescript import { Documenso } from "@documenso/sdk-typescript"; // Personal key: only YOUR documents const personalClient = new Documenso({ apiKey: process.env.DOCUMENSO_PERSONAL_KEY!, }); // Team key: all documents in the team const teamClient = new Documenso({ apiKey: process.env.DOCUMENSO_TEAM_KEY!, }); // Common mistake: using personal key for team operations // Results in 403 Forbidden on team resources ``` ### Step ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

sentry-enterprise-rbac

Configure enterprise role-based access control, SSO/SAML2, and SCIM provisioning in Sentry. Use when setting up organization hierarchy, team permissions, identity provider integration, API token governance, or audit logging for compliance. Trigger: "sentry rbac", "sentry permissions", "sentry team access", "sentry sso setup", "sentry scim", "sentry audit log".

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-enterprise-rbac

Configure Cohere enterprise API key management, role-based access, and org controls. Use when implementing multi-team API key management, per-team usage limits, or setting up organization-level controls for Cohere. Trigger with phrases like "cohere enterprise", "cohere RBAC", "cohere team keys", "cohere org management", "cohere access control".

2,266 Updated today
jeremylongshore
AI & Automation Featured

ideogram-enterprise-rbac

Implement team-based access control and credit management for Ideogram. Use when managing multiple teams with separate budgets, enforcing content policies, or implementing API key isolation for enterprise Ideogram usage. Trigger with phrases like "ideogram RBAC", "ideogram enterprise", "ideogram teams", "ideogram permissions", "ideogram multi-tenant".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-enterprise-rbac

Configure Miro Enterprise features: organization management, SCIM provisioning, board-level access control, audit logs, and SSO integration via REST API v2. Trigger with phrases like "miro SSO", "miro RBAC", "miro enterprise", "miro SCIM", "miro permissions", "miro organization".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-enterprise-rbac

Enterprise role-based access control for Apollo.io. Use when implementing team permissions, restricting data access, or setting up enterprise security controls. Trigger with phrases like "apollo rbac", "apollo permissions", "apollo roles", "apollo team access", "apollo enterprise security".

2,266 Updated today
jeremylongshore