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

List External Keys changed

api/admin/external_keys/list

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 63 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 63, old and new numbered
/
lines
from line 63
6363 
6464 - `kms_arn: string`
6565 
66 Full ARN of the AWS KMS key.
66 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.
6767 
6868 maxLength: 2048
6969 
from line 77
7777 
7878 **Deprecated**
7979 
80 IAM role ARN. Deprecated — Anthropic reaches the KMS key via a managed intermediate role; this field is ignored.
80 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.
8181 
8282 - `Gcp object`
8383 
from line 124
124124```bash
125125curl https://api.anthropic.com/v1/organizations/external_keys \
126126 -H 'anthropic-version: 2023-06-01' \
127 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
127 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
128128```
129129 
130130### Response (200)