cohere-enterprise-rbac

Featured

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

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

# Cohere Enterprise RBAC ## Overview Configure enterprise-grade access control for Cohere API v2 with multi-team API key management, per-team model/budget restrictions, and audit trails. ## Prerequisites - Cohere production API keys - Understanding of your team/service structure - Secret management infrastructure ## Cohere Access Model Cohere uses **API key-based** access control (no built-in RBAC or SSO). Enterprise patterns are implemented in your application layer. | Cohere Feature | Availability | |----------------|-------------| | API key auth | All tiers | | Multiple API keys | Via dashboard | | Per-key rate limits | Production: 1000/min | | Usage dashboard | dashboard.cohere.com | | SSO/SAML | Not available (API key only) | | Per-key scoping | Not available | ## Instructions ### Step 1: Multi-Team Key Strategy ```typescript // Each team gets their own API key for tracking and revocation interface TeamConfig { name: string; apiKeyEnvVar: string; allowedModels: string[]; maxTokensPerCall: number; dailyBudgetUSD: number; } const teamConfigs: Record<string, TeamConfig> = { search: { name: 'Search Team', apiKeyEnvVar: 'CO_API_KEY_SEARCH', allowedModels: ['embed-v4.0', 'rerank-v3.5', 'command-r-08-2024'], maxTokensPerCall: 1000, dailyBudgetUSD: 50, }, chatbot: { name: 'Chatbot Team', apiKeyEnvVar: 'CO_API_KEY_CHATBOT', allowedModels: ['command-a-03-2025', 'command-r7b-12-2024'], maxTokensPerCall: 4096, dailyBud...

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

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

groq-enterprise-rbac

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

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-security-basics

Apply Cohere security best practices for API key management and access control. Use when securing API keys, implementing key rotation, or auditing Cohere security configuration. Trigger with phrases like "cohere security", "cohere secrets", "secure cohere", "cohere API key security", "cohere key rotation".

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

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