groq-enterprise-rbac

Featured

Configure Groq organization management, API key scoping, spending controls, and team access patterns. Trigger with phrases like "groq organization", "groq RBAC", "groq enterprise", "groq team access", "groq spending limits", "groq multi-team".

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

# Groq Enterprise Access Management ## Overview Manage team access to Groq's inference API through API key strategy, model-level routing controls, spending limits, and usage monitoring. Groq uses flat API keys (`gsk_` prefix) with no built-in scoping -- access control is implemented at the application layer. ## Groq Access Model - **API keys** are per-organization, not per-user - **No built-in scopes** -- every key has full API access - **Rate limits** are per-organization, shared across all keys - **Spending limits** are configurable in the Groq Console - **Projects** allow creating isolated API keys with separate limits ## Instructions ### Step 1: API Key Strategy ```typescript // Create separate keys per team/service via Groq Console Projects // Each project gets its own API key and can have independent rate limits // Key naming convention: {team}-{environment}-{purpose} const KEY_REGISTRY = { // Each team gets a separate Groq Project "chatbot-prod": "gsk_...", // Project: chatbot-production "chatbot-staging": "gsk_...", // Project: chatbot-staging "analytics-prod": "gsk_...", // Project: analytics-production "batch-processor": "gsk_...", // Project: batch-processing } as const; ``` ### Step 2: Application-Level Model Access Control ```typescript // Since Groq keys don't have model scoping, implement it in your gateway interface TeamConfig { allowedModels: string[]; maxTokensPerRequest: number; monthlyBudgetUsd: number; r...

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

groq-security-basics

Apply Groq security best practices for API key management and data protection. Use when securing API keys, implementing least privilege access, or auditing Groq security configuration. Trigger with phrases like "groq security", "groq secrets", "secure groq", "groq API key security".

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

exa-enterprise-rbac

Manage Exa API key scoping, team access controls, and domain restrictions. Use when implementing multi-key access control, configuring per-team search limits, or setting up organization-level Exa governance. Trigger with phrases like "exa access control", "exa RBAC", "exa enterprise", "exa team keys", "exa permissions".

2,266 Updated today
jeremylongshore
AI & Automation Featured

perplexity-enterprise-rbac

Configure Perplexity API key scoping, per-team model access, cost controls, and search domain restrictions for enterprise deployments. Trigger with phrases like "perplexity enterprise", "perplexity RBAC", "perplexity team access", "perplexity roles", "perplexity permissions".

2,266 Updated today
jeremylongshore
AI & Automation Featured

algolia-enterprise-rbac

Configure Algolia enterprise access control: team-scoped API keys, Secured API Keys for multi-tenant RBAC, dashboard team management, and audit logging. Trigger: "algolia RBAC", "algolia enterprise", "algolia roles", "algolia permissions", "algolia team access", "algolia multi-tenant", "algolia SSO".

2,266 Updated today
jeremylongshore