clade-enterprise-rbac

Featured

Manage Anthropic workspaces, API keys, team access, and spending limits Use when working with enterprise-rbac patterns. for enterprise Claude deployments. Trigger with "anthropic workspace", "anthropic team management", "claude enterprise", "anthropic api key management".

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

# Anthropic Enterprise & Access Management ## Overview Anthropic uses **Organizations** and **Workspaces** for access control. API keys are scoped to workspaces. ## Organization Structure ``` Organization (your-company) ├── Workspace: Production │ ├── API Key: prod-backend (Tier 4) │ └── API Key: prod-frontend-proxy (Tier 2) ├── Workspace: Staging │ └── API Key: staging-all (Tier 2) └── Workspace: Development └── API Key: dev-team (Tier 1) ``` ## API Key Best Practices | Practice | Why | |----------|-----| | One key per service/environment | Isolate blast radius | | Name keys descriptively | `prod-recommendation-service` not `key-1` | | Set spending limits per key | Prevent runaway costs from bugs | | Rotate quarterly | Reduce exposure window | | Never share dev and prod keys | Different rate limit tiers | ## Spending Limits Set in Anthropic Console → Settings → Limits: - **Monthly spend limit**: Hard cap on total spend - **Per-key limits**: Not yet available — use separate workspaces ## Access Control Checklist - [ ] Separate workspaces for dev/staging/prod - [ ] Separate API keys per service - [ ] Spending alerts configured - [ ] Key rotation schedule (90 days) - [ ] Offboarding process: revoke keys when team members leave - [ ] Audit log review (Console → Logs) ## Output - Separate workspaces for production, staging, and development - Dedicated API keys per service/environment with descriptive names - Spending limits and alerts configured - Key rotation sch...

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

anth-enterprise-rbac

Configure Anthropic enterprise organization management, Workspaces, and role-based access control for teams. Trigger with phrases like "anthropic enterprise", "claude rbac", "anthropic workspaces", "claude team access", "anthropic organization".

2,266 Updated today
jeremylongshore
AI & Automation Featured

anth-multi-env-setup

Configure Claude API across dev, staging, and production environments with isolated keys, model routing, and spend controls per environment. Trigger with phrases like "anthropic environments", "claude multi-env", "anthropic staging setup", "claude dev vs prod config".

2,266 Updated today
jeremylongshore
AI & Automation Featured

mistral-enterprise-rbac

Configure Mistral AI enterprise access control and workspace management. Use when implementing role-based API key scoping, managing team access, or setting up organization-level controls for Mistral AI. Trigger with phrases like "mistral access control", "mistral RBAC", "mistral enterprise", "mistral roles", "mistral team".

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

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