Claude Platform (Source)
Overview
The Claude Platform source connector integrates with Anthropic’s API. At this time, the connector supports credential validation only; data extraction is still in development and will fail if you attempt to run an extract/sync.
Setup
- In Anthropic, create or obtain:
- An Admin API key (used to access organization-level endpoints).
- An API key (used to access general API endpoints like models).
- In your workspace, create a new Claude Platform source.
- Enter the required credentials (see Configuration below).
- Use Test connection to validate the keys.
Authentication
This connector uses API key authentication via the x-api-key header and requires the Anthropic API version header:
anthropic-version: 2023-06-01x-api-key: <key>
During login/test, the connector validates:
- Admin API key by calling
GET https://api.anthropic.com/v1/organizations/me - API key by calling
GET https://api.anthropic.com/v1/models
If either request fails, the connection test will fail with an error indicating which key could not be validated.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
admin_api_key | string | ✅ | Anthropic Admin API key used to validate access to organization endpoints (/v1/organizations/me). |
api_key | string | ✅ | Anthropic API key used to validate access to general endpoints (/v1/models). |
Streams
No streams are currently available. The connector’s catalog is empty and extraction is not yet implemented.