Claude Enterprise
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
| Resource | FETCH | LOOKUP |
|---|---|---|
users | ✓ | ✓ |
invites | ✓ | |
api_keys | ✓ |
Compliance API
| Resource | FETCH |
|---|---|
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
| Credential | Required | Description |
|---|---|---|
admin_api_key | Yes | sk-ant-admin... key from the Claude console |
compliance_api_key | No | Required to activate Compliance API resources |
organization_id | No | Stored 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