Anthropic
- Installation
- Authorization
- Data Model
- Types
- Release Notes
Roles
RBAC roles that must be assigned to the integration principal.
Show Roles (1)
admin
Documentation Links
Links to provider documentation relevant to setup and configuration.
Show Documentation Links (1)
Per-Step Breakdown
Detailed authorization requirements for each ingestion step.
Show all steps (4)
| Step | Roles |
|---|---|
| Fetch Api Keys | admin |
| Fetch Users | admin |
| Fetch Workspace Members | admin |
| Fetch Workspaces | admin |
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | anthropic_account | Account |
| Api Key | anthropic_api_key | AccessKey |
| User | anthropic_user | User |
| Workspace | anthropic_workspace | Group |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
anthropic_account | HAS | anthropic_user |
anthropic_account | HAS | anthropic_workspace |
anthropic_user | ASSIGNED | anthropic_workspace |
anthropic_user | CREATED | anthropic_api_key |
anthropic_workspace | HAS | anthropic_api_key |
Anthropic Account
anthropic_account inherits from Account
Anthropic Api Key
anthropic_api_key inherits from AccessKey
| Property | Type | Description | Specifications |
|---|---|---|---|
partialKeyHint | string | A partial hint of the API key value | |
status | string | The status of the API key (active, inactive, archived) |
Anthropic User
anthropic_user inherits from User
| Property | Type | Description | Specifications |
|---|---|---|---|
email | array of strings | The email address(es) of the user | |
role | string | The role of the user in the organization (user, developer, billing, admin, claude_code_user, managed) |
Anthropic Workspace
anthropic_workspace inherits from Group
| Property | Type | Description | Specifications |
|---|---|---|---|
archivedOn | number | Timestamp when the workspace was archived | |
displayColor | string | The display color of the workspace |