Skip to content
OpenSmartRoute
Skillv1.0.0

clade-enterprise-rbac

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", "anthropi

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (skills/.curated/clade-enterprise-rbac/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill clade-enterprise-rbac. Copyright stays with the author (MIT).

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 schedule established (90-day cycle)
  • Access control checklist completed

Error Handling

Error Cause Solution
API Error Check error type and status code See clade-common-errors

Examples

See Organization Structure diagram, API Key Best Practices table, and Access Control Checklist above.

Resources

Next Steps

See clade-migration-deep-dive for migrating from other LLM providers.

Prerequisites

  • Anthropic Organization account at console.anthropic.com
  • Admin access to create workspaces and API keys
  • Understanding of environment isolation requirements

Instructions

Step 1: Review the patterns below

Each section contains production-ready code examples. Copy and adapt them to your use case.

Step 2: Apply to your codebase

Integrate the patterns that match your requirements. Test each change individually.

Step 3: Verify

Run your test suite to confirm the integration works correctly.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-clade-enterpr-84ad3e/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-clade-enterpr-84ad3e.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-clade-enterpr-84ad3e",
  "kind": "skill",
  "name": "clade-enterprise-rbac",
  "description": "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\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "saas",
      "anthropic",
      "claude",
      "enterprise",
      "rbac",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "skills/.curated/clade-enterprise-rbac/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/skills/.curated/clade-enterprise-rbac/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/skills/.curated/clade-enterprise-rbac/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Write,",
      "Edit"
    ],
    "license": "MIT"
  },
  "instructions": "# Anthropic Enterprise & Access Management\n\n## Overview\n\nAnthropic uses **Organizations** and **Workspaces** for access control. API keys are scoped to workspaces.\n\n## Organization Structure\n\n```\nOrganization (your-company)\n├── Workspace: Production\n│   ├── API Key: prod-backend (Tier 4)\n│   └── API Key: prod-frontend-proxy (Tier 2)\n├── Workspace: Staging\n│   └── API Key: staging-all (Tier 2)\n└── Workspace: Development\n    └── API Key: dev-team (Tier 1)\n```\n\n## API Key Best Practices\n\n| Practice | Why |\n|----------|-----|\n| One key per service/environment | Isolate blast radius |\n| Name keys d",
  "cost": {
    "context_tokens": 674
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-clade-enterpr-84ad3e/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.