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

Create External Key changed

api/admin/external_keys/create

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 14 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 14, old and new numbered
/
lines
from line 14
1414 
1515 - `kms_arn: string`
1616 
17 Full ARN of the AWS KMS key.
17 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.
1818 
1919 maxLength: 2048
2020 
from line 28
2828 
2929 **Deprecated**
3030 
31 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
31 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.
3232 
3333 - `Gcp object`
3434 
from line 112
112112 
113113 - `kms_arn: string`
114114 
115 Full ARN of the AWS KMS key.
115 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.
116116 
117117 maxLength: 2048
118118 
from line 126
126126 
127127 **Deprecated**
128128 
129 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
129 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.
130130 
131131 - `Gcp object`
132132 
from line 170
170170curl https://api.anthropic.com/v1/organizations/external_keys \
171171 -H 'Content-Type: application/json' \
172172 -H 'anthropic-version: 2023-06-01' \
173 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
173 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
174174 -d '{
175175 "provider_config": {
176176 "kms_arn": "arn:aws:kms:us-east-1:111122223333:key/abcd1234-5678-90ab-cdef-000011112222",