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

Update External Key changed

api/admin/external_keys/update

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+5added
Lines−5removed
From line 36 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 36, old and new numbered
/
lines
from line 36
3636 
3737 - `kms_arn: string`
3838 
39 Full ARN of the AWS KMS key.
39 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.
4040 
4141 maxLength: 2048
4242 
from line 50
5050 
5151 **Deprecated**
5252 
53 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
53 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.
5454 
5555 - `Gcp object`
5656 
from line 124
124124 
125125 - `kms_arn: string`
126126 
127 Full ARN of the AWS KMS key.
127 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.
128128 
129129 maxLength: 2048
130130 
from line 138
138138 
139139 **Deprecated**
140140 
141 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
141 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.
142142 
143143 - `Gcp object`
144144 
from line 182
182182curl https://api.anthropic.com/v1/organizations/external_keys/$EXTERNAL_KEY_ID \
183183 -H 'Content-Type: application/json' \
184184 -H 'anthropic-version: 2023-06-01' \
185 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
185 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
186186 -d '{}'
187187```
188188