deepgram-enterprise-rbac

Featured

Configure enterprise role-based access control for Deepgram integrations. Use when implementing team permissions, managing API key scopes, or setting up organization-level access controls. Trigger: "deepgram RBAC", "deepgram permissions", "deepgram access control", "deepgram team roles", "deepgram enterprise", "deepgram key scopes".

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

# Deepgram Enterprise RBAC ## Overview Role-based access control for enterprise Deepgram deployments. Maps five application roles to Deepgram API key scopes, implements scoped key provisioning via the Deepgram Management API, Express permission middleware, team management with auto-provisioned keys, and automated key rotation. ## Deepgram Scope Reference | Scope | Permission | Used By | |-------|-----------|---------| | `member` | Full access (all scopes) | Admin only | | `listen` | STT transcription | Developers, Services | | `speak` | TTS synthesis | Developers, Services | | `manage` | Project/key management | Admin | | `usage:read` | View usage metrics | Analysts, Auditors | | `keys:read` | List API keys | Auditors | | `keys:write` | Create/delete keys | Admin | ## Instructions ### Step 1: Define Roles and Scope Mapping ```typescript interface Role { name: string; deepgramScopes: string[]; keyExpiry: number; // Days description: string; } const ROLES: Record<string, Role> = { admin: { name: 'Admin', deepgramScopes: ['member'], keyExpiry: 90, description: 'Full access — project and key management', }, developer: { name: 'Developer', deepgramScopes: ['listen', 'speak'], keyExpiry: 90, description: 'STT and TTS — no management access', }, analyst: { name: 'Analyst', deepgramScopes: ['usage:read'], keyExpiry: 365, description: 'Read-only usage metrics', }, service: { name: 'Service Account'...

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

grammarly-enterprise-rbac

Configure Grammarly enterprise role-based access control. Use when managing team access, configuring organization settings, or implementing Grammarly enterprise governance. Trigger with phrases like "grammarly enterprise", "grammarly teams", "grammarly rbac", "grammarly organization", "grammarly admin".

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
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

maintainx-enterprise-rbac

Configure enterprise role-based access control for MaintainX integrations. Use when implementing SSO, managing organization-level permissions, or setting up enterprise access controls with MaintainX. Trigger with phrases like "maintainx rbac", "maintainx sso", "maintainx enterprise", "maintainx permissions", "maintainx roles".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-enterprise-rbac

Implement enterprise role-based access control for Gamma integrations. Use when configuring team permissions, multi-tenant access, or enterprise authorization patterns. Trigger with phrases like "gamma RBAC", "gamma permissions", "gamma access control", "gamma enterprise", "gamma roles".

2,266 Updated today
jeremylongshore