GRC Oversight

Anthropic (Admin API)

Collect organization member, workspace, and API-key inventory as read-only AI-governance compliance evidence through the Anthropic Admin API. Scoped strictly to organization/access evidence -- not model usage content or conversation data. Requires an Admin API key (distinct from a regular API key), sent as the `x-api-key` header alongside an `anthropic-version` header. Note: Anthropic's Admin API requires the `anthropic-version` header on every request, which this generic HTTP connector's single configurable auth-header does not cover by default -- flag this as a known limitation.

AI Governance
Tier 2 generic template — runs on the HTTP / REST endpoint connector
Evidence coverage

What this connector audits

Checks this connector runs once it's connected. This is the full list; we don't claim coverage beyond what's implemented.

  • Read-only API inventory endpoint checks
  • Evidence assets generated through the generic HTTP connector
Read-only calls

Endpoints this template queries

The exact Anthropic (Admin API) API endpoints called once connected. All read-only GET requests unless noted.

  • GET/users
  • GET/workspaces
  • GET/api_keys
Least privilege

What we need

Field labels only. We never show secret values here. Credentials are encrypted at rest and used only to run the checks above.

Required

  • Base URL(prefilled: https://api.anthropic.com/v1/organizations)
  • Endpoints (JSON)(prefilled: [ { "id": "members", "name": "Organization members", "path": "/users" }, { "id": "workspaces", "name": "Workspaces", "path": "/workspaces" }, { "id": "api-keys", "name": "API keys", "path": "/api_keys" } ])

Optional

  • Auth header name(prefilled: Authorization)
  • Auth header value(secret credential)
Where this evidence goes

Which frameworks this evidence supports

Anthropic (Admin API) evidence feeds into controls for any framework you run that requires this check type; the same synced evidence can satisfy more than one framework's requirements instead of being collected per audit.

Don't see your system?

Tell us what you use and what it needs to prove. We'll follow up about adding a connector.

Wire in Anthropic (Admin API) evidence

Get a guided demo, or start by scanning any domain for free.