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/beta/organization/external_keys/list

Nearest release: v2.1.268, published under an hour after 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+15added
Lines−10removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits3to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: List External Keys
3url: https://platform.claude.com/docs/en/api/beta/organization/external_keys/list
4---
5 
16# List External Keys
27 
38**GET** `/v1/organizations/external_keys`
from line 28
2328 
2429- `data: array of BetaExternalKey`
2530 
31 - `type: "external_key"`
32 
33 default: external_key
34 
2635 - `id: string`
2736 
2837 Identifier of the external key config. A tagged ID prefixed `ekey_`, or — for organizations on the Claude Platform on AWS — the AWS KMS key ARN.
from line 70
6170 
6271 - `BetaAWSExternalKeyConfig object`
6372 
73 - `type: "aws"`
74 
6475 - `kms_arn: string`
6576 
6677 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.
from line 78
6778 
6879 maxLength: 2048
6980 
70 - `type: "aws"`
71 
7281 - `region: optional string or null`
7382 
7483 AWS region. Derived from `kms_arn` if omitted.
from line 90
8190 
8291 - `BetaGCPExternalKeyConfig object`
8392 
93 - `type: "gcp"`
94 
8495 - `key_name: string`
8596 
8697 Full resource name of the Cloud KMS key.
8798 
88 - `type: "gcp"`
89 
9099 - `BetaAzureExternalKeyConfig object`
91100 
101 - `type: "azure"`
102 
92103 - `key_name: string`
93104 
94105 Name of the key within the vault.
from line 108
97108 
98109 Azure AD tenant ID.
99110 
100 - `type: "azure"`
101 
102111 - `vault_uri: string`
103112 
104113 Key Vault data-plane URI — `https://{vault-name}.vault.azure.net` or `https://{hsm-name}.managedhsm.azure.net`.
from line 115
106115 - `client_id: optional string or null`
107116 
108117 Azure AD application (client) ID. Omit to use Anthropic's multitenant app. Provide only if using a single-tenant app registration in the customer's directory.
109 
110 - `type: "external_key"`
111 
112 default: external_key
113118 
114119 - `updated_at: string`
115120