Skip to content

Claude Enterprise

Stable Connected tier

The Claude Enterprise adapter connects Demiton to Anthropic’s Admin API and Compliance API, allowing workflows to enumerate organisation members, manage invitations, audit API key usage, and ingest conversation transcripts for the memory framework.

Authentication: Anthropic admin API key
System type: CLAUDE_ENTERPRISE
API reference: Anthropic API


Supported resources

Admin API

ResourceFETCHLOOKUP
users
invites
api_keys

Compliance API

ResourceFETCH
conversations
activity_events

The Compliance API resources are not yet active - they require a separate compliance API key from the Anthropic Enterprise console. FETCH calls to conversations or activity_events without a compliance key will fail at runtime.


Connection setup

CredentialRequiredDescription
admin_api_keyYessk-ant-admin... key from the Claude console
compliance_api_keyNoRequired to activate Compliance API resources
organization_idNoStored for reference; not sent to Anthropic

Security

Access type: Read-only (Admin API - user and key enumeration); Compliance API - conversation ingestion

The Admin API exposes organisation-level management data: user accounts, pending invitations, and API key metadata. This data is scoped to your Anthropic organisation.

The Compliance API (when enabled) ingests conversation transcripts for the Demiton memory framework. No conversation data is written back to Anthropic - it flows inbound only.

Your admin_api_key is stored encrypted in Demiton’s credential store and used only at workflow execution time.


Next steps

  • MCP Server - Claude Enterprise is the AI backbone behind MCP queries
  • Security Overview - identity-bound execution model governing all MCP tool calls
  • Connect your operation - Claude Enterprise is platform-managed; contact us to enable or modify it