About Anthropic Admin
The Anthropic Admin integration connects Serval to Anthropic’s Admin API so workflows can manage your Anthropic organization: invite and remove users, change organization roles, create and archive workspaces, manage workspace members, audit and disable API keys, and pull usage and cost reports for the Messages API and Claude Code. It is built for Claude-seat admins handling provisioning, off-boarding, key hygiene, and spend monitoring. It covers only the Admin API - calling Claude for message generation is not part of this integration, and regularsk-ant-api03- keys will not work.
Authentication: Admin API key - a single Anthropic Admin API key (starts with sk-ant-admin01-) pasted into the connect form. Serval stores it securely and attaches it to every request automatically; workflow code never sees the key.
Data sync: On demand only. There is no background sync and Serval keeps no copy of your Anthropic data - everything is fetched live from Anthropic at the moment a workflow runs.
What the Anthropic Admin integration enables
Get your credentials
This integration requires an Anthropic Admin API key, which starts withsk-ant-admin01- and is a different credential from the regular sk-ant-api03- keys used to call Claude. Only Anthropic organization Admins can create one, in the Anthropic Console. See the Anthropic Admin API reference for background.
Sign in to the Anthropic Console
Open the Admin Keys page
Create an admin key
Copy the key immediately
sk-ant-admin01- and is shown only once. Copy it right away and store it in your secret manager.Connect in Serval
Open the Anthropic Admin integration
Paste your admin key
Submit the form
Verifying the connection
After you connect, Serval runs the List Anthropic Organization Users health check. It uses your stored admin key to list one user in your organization, confirming Serval can reach the Admin API on your behalf.- On success you will see: “Successfully connected to the Anthropic Admin API”
- On failure you will see: “Unable to list Anthropic organization users. Please verify your admin API key is valid.”
sk-ant-api03- key instead of an admin key - create an admin key from the Admin Keys page and update the connection.
Gotchas and troubleshooting
Admin key, not a regular API key
Admin key, not a regular API key
sk-ant-admin01-, created under Settings, then Admin Keys, in the Anthropic Console by an org Admin. Regular sk-ant-api03- inference keys will not work, and admin keys are only valid for Anthropic’s organization-management endpoints. The health check fails immediately with a regular key.Rotating the key: paste the complete new key before saving
Rotating the key: paste the complete new key before saving
sk-ant-admin01- key. Paste the full key and save in one step - do not save while the field is empty. If you change your mind mid-edit, use Cancel or close the settings without saving.Cannot promote a user to admin via the API
Cannot promote a user to admin via the API
Archiving a workspace is irreversible from the API
Archiving a workspace is irreversible from the API
Spend limit checks need a budget input
Spend limit checks need a budget input
Admin keys are highest-privilege credentials
Admin keys are highest-privilege credentials
Inference is out of scope
Inference is out of scope
Claude Code usage report covers a single day
Claude Code usage report covers a single day
The anthropic-version header is pinned
The anthropic-version header is pinned
2023-06-01 alongside your key, and the key is only ever sent to api.anthropic.com. Workflow authors never set authentication headers themselves. See Anthropic API versioning for what the version controls.Need help? Contact support@serval.com for assistance with your Anthropic Admin integration.

