Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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".
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-16 | ✓→✗ | ▼ Worse | -5% | 0% |
| case-11 | ✓→✓ | = Same ✓ | 18% | 0% |
Anthropic uses Organizations and Workspaces for access control. API keys are scoped to workspaces.
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)| 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 |
Set in Anthropic Console → Settings → Limits:
| Error | Cause | Solution | |-------|-------|----------| | API Error | Check error type and status code | See clade-common-errors |
See Organization Structure diagram, API Key Best Practices table, and Access Control Checklist above.
See clade-migration-deep-dive for migrating from other LLM providers.
Each section contains production-ready code examples. Copy and adapt them to your use case.
Integrate the patterns that match your requirements. Test each change individually.
Run your test suite to confirm the integration works correctly.
Other measured skills in the registry, with their headline benchmark lift.