Anthropic
Projects
Ingests Anthropic project metadata along with project details and attachments for compliance visibility and data governance.
Sync Type: Full Snapshot
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_user_datascope - Copy and securely store the generated key
-
Identify Organization IDs (optional):
- You can filter projects by specific Anthropic organization IDs
- If not specified, projects for all accessible organizations will be fetched
- Organization IDs are in the format:
org_xxxxxxxx
Details
This input fetches all Anthropic projects accessible by the provided Compliance Access Key. For each project, it retrieves:
- Project metadata - name, organization, creator, visibility, and timestamps
- Project details - description, instructions, attachment and chat counts
- Project attachments - documents (with full content) and files associated with the project
Results are sorted by created_at and paginated with a limit of 100 records per page. Each sync performs a full snapshot of all projects.
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 |
|---|---|---|---|
| Organization IDs | array of strings | No | List of Anthropic organization IDs to fetch projects for. If not specified, projects for all organizations accessible by the provided access key will be fetched. |
| API Rate Limit | object | No | Optional limit on the connector's outbound request rate to the source API. Leave blank to use the connector's default behavior. See API Rate Limiting for the field format, limits, and how to choose a value. |
Secrets
| Secret | Type | Required | Description |
|---|---|---|---|
| Compliance Access Key | string | Yes | Compliance Access Key with read:compliance_user_data scope. Created in Data Management Settings. |
Rate Limits
| Scope | Limit | Window | Notes |
|---|---|---|---|
| API Requests | 4 | Per second | Rate limited to 4 requests per second |
| Page Size | 100 | Per request | Maximum records returned per page is 100 |
Headers: x-api-key
Related Articles
Sample Record
Code
Last modified on