Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Get External Key changed

api/admin/external_keys/retrieve

Nearest release: v2.1.261, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+3added
Lines−3removed
From line 54 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 54, old and new numbered
/
lines
from line 54
5454 
5555 - `kms_arn: string`
5656 
57 Full ARN of the AWS KMS key.
57 Full ARN of the AWS KMS key. On Claude Platform on AWS the key must be a single-Region key in your organization's own AWS account; cross-account keys, multi-Region keys, and alias ARNs are rejected.
5858 
5959 maxLength: 2048
6060 
from line 68
6868 
6969 **Deprecated**
7070 
71 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
71 IAM role ARN. Deprecated — Anthropic reaches the KMS key through its own intermediate role (or, on Claude Platform on AWS, with credentials AWS issues for the Workspace); this field is ignored.
7272 
7373 - `Gcp object`
7474 
from line 111
111111```bash
112112curl https://api.anthropic.com/v1/organizations/external_keys/$EXTERNAL_KEY_ID \
113113 -H 'anthropic-version: 2023-06-01' \
114 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
114 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
115115```
116116 
117117### Response (200)