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 Workspace changed

api/admin/workspaces/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+16added
Lines−7removed
From line 30 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 30, old and new numbered
/
lines
from line 30
3030 customer-managed encryption key (CMEK) on AWS, reference this value in your
3131 KMS key-policy condition so the key is scoped to this compartment. On GCP and
3232 Azure, Anthropic enforces the compartment binding automatically; you do not
33 need to reference this value in your key configuration. See the CMEK integration guide for the
34 required key configuration, including the value used during key validation.
33 need to reference this value in your key configuration. See the CMEK
34 integration guide for the required key configuration; unless your organization
35 is on Claude Platform on AWS, it includes a separate value used during key
36 validation. On Claude Platform on AWS there is no separate validation value:
37 the key is validated against this Workspace's own value when it is attached, so
38 if your key policy uses the compartment condition, add this value to it before
39 attaching the key.
3540 
3641 - `created_at: string`
3742 
from line 73
6873 ID of the customer-managed encryption key (CMEK) configuration to use for this
6974 Workspace. Setting this field requires CMEK to be enabled for your
7075 organization. When set, data stored for this Workspace is encrypted with the
71 referenced key. Create key configurations with the External Keys API. This
72 field is write-once: once a key is attached to a Workspace it cannot be
73 detached or replaced. To rotate key material, rotate the underlying key on
74 your cloud KMS; the `external_key_id` stays the same.
76 referenced key. Create key configurations with the External Keys API. On
77 Claude Platform on AWS the value is the AWS KMS key ARN, and the key must be a
78 single-Region key in the same AWS account and Region as the Workspace. On that
79 platform the key is validated against this Workspace when it is attached, so a
80 key-policy problem is reported as an error on this request. This field is write-once:
81 once a key is attached to a Workspace it cannot be detached or replaced. To
82 rotate key material, rotate the underlying key on your cloud KMS; the
83 `external_key_id` stays the same.
7584 
7685 - `name: string`
7786 
from line 103
94103```bash
95104curl https://api.anthropic.com/v1/organizations/workspaces/$WORKSPACE_ID \
96105 -H 'anthropic-version: 2023-06-01' \
97 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
106 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
98107```
99108 
100109### Response (200)