Compliance Organizations
Ingests Anthropic organizations for compliance reporting and audit purposes.
Sync Type: Full Synchronisation
Requirements
Before configuring this input, you need to:
- Create a Compliance Access Key — Anthropic docs.
- Log in to your Anthropic account
- Navigate to the Data Management Settings
- Create a new Compliance Access Key
- Ensure the key has the
read:compliance_org_datascope - Copy and securely store the generated key
Details
Monad retrieves a complete snapshot of all organizations on each sync run. The input will fail if the organization count exceeds 1,000.
Configuration
The following configuration defines the input parameters. Each field's specifications, such as type, requirements, and descriptions, are detailed below.
Settings
| Setting | Type | Required | Description |
|---|---|---|---|
| Use Synthetic Data | boolean | No | Generate synthetic demo data instead of connecting to the real data source. |
Secrets
| Secret | Type | Required | Description |
|---|---|---|---|
| Compliance Access Key | string | Yes | Compliance Access Key with read:compliance_org_data scope. Created in Data Management Settings. |
Rate Limits
| Scope | Limit | Window | Notes |
|---|---|---|---|
| API Requests | 4 | Per second | Shared across all Anthropic compliance connectors |
Headers: x-api-key
Source: Anthropic Compliance API Documentation
Related Articles
Sample Record
{
"uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Acme Corp",
"created_at": "2025-03-15T10:22:30.000Z"
}