Medium
Anthropic Console: Personal Keys and Service Account Keys Are Now Available
What changed
The Claude Console now offers two new key types β personal keys (tied to a specific user account) and service account keys (tied to a service account) β alongside the existing workspace keys, which are now considered legacy. Personal keys stop working automatically when the linked account leaves the organization; service account keys stop working when the linked service account is removed. Both types can be scoped to a specific workspace or granted cross-workspace admin access.
TL;DR
Anthropic added identity-linked API keys (personal and service account) to replace anonymous workspace keys, so org admins can track per-user API usage and ensure keys auto-revoke when people leave.
Developer signal
If you currently use workspace API keys (the legacy option), you do not need to migrate immediately β they remain supported. However, for new integrations, prefer service account keys for production workloads (CI pipelines, agents, deployed services) and personal keys for individual development. The key benefit is automatic lifecycle management: when an employee leaves or a service account is decommissioned, its keys stop working without requiring manual revocation. To create these keys: go to Settings β API keys in the Claude Console, then select Personal Key or Service Account Key. For organizations already relying on workspace keys for shared pipelines, this is a good time to provision dedicated service account keys and update your key references β it improves your audit trail without requiring code changes (the key format and API usage are identical).
Affects you ifYou manage API keys for a team or organization using Claude; you operate a CI pipeline or production agent service on Claude and currently share workspace keys; you are an org admin who needs per-user API usage visibility.EffortModerate β create new key type in Console, rotate into existing services/config; no API or code changes required.
Anthropic Platform Release Notes | Date: August 27, 2026 | Link: https://platform.claude.com/docs/en/release-notes/overviewhttps://platform.claude.com/docs/en/release-notes/overview (August 27, 2026 entry)