Skip to main content

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

  1. 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).
  2. In your workspace, create a new Claude Platform source.
  3. Enter the required credentials (see Configuration below).
  4. 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-01
  • x-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

FieldTypeRequiredDescription
admin_api_keystringAnthropic Admin API key used to validate access to organization endpoints (/v1/organizations/me).
api_keystringAnthropic 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.