- Setup
- Reference
What You'll Need
| Credential | What it is |
|---|---|
| Admin API Key | Organization admin key from Claude Console (prefix sk-ant-admin01-) |
Overview
Connect Parable to the Anthropic Admin API to sync organization members, workspaces, API keys, invites, workspace membership, and daily usage/cost reports.This connector is separate from Claude Compliance, which uses a Compliance Access Key for audit and eDiscovery data.Organization data
Users, workspaces, workspace members, invites, and API key inventory
Usage & cost
Daily token usage and cost buckets for FinOps reporting
Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
- A Claude organization (Admin API is unavailable for individual accounts). Set up your organization at Console > Settings > Organization if needed.
- Admin API Key access in Claude Console (not the standard API keys page).
Claude Platform on AWS: Most Admin API endpoints are unavailable on Claude Platform on AWS except workspace management. Usage/cost reporting and organization member endpoints may not work in that deployment model.
Setup Guide
Open Admin keys in Claude Console
- Sign in to console.anthropic.com as an organization admin.
- Open Settings > Admin keys (direct link: console.anthropic.com/settings/admin-keys).
Create an Admin API Key
- Click Create key (or Create Admin Key).
- Enter a descriptive name, for example
Parable Platform. - Copy the key immediately. It is shown only once.
Success! If you received a
200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.What Parable syncs
By default, Parable ingests:| Data | Admin API area |
|---|---|
| Organization users | /v1/organizations/users |
| Workspaces | /v1/organizations/workspaces |
| Workspace members | /v1/organizations/workspaces/{id}/members |
| API keys (metadata) | /v1/organizations/api_keys |
| Pending invites | /v1/organizations/invites |
| Daily message usage | /v1/organizations/usage_report/messages |
| Daily cost (USD) | /v1/organizations/cost_report |