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 effective organization settings changed

api/compliance/organizations/settings/retrieve

Nearest release: v2.1.275, published an hour 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+17added
Lines−2removed
From line 14 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

The whole hunk

from line 14, old and new numbered
/
lines
from line 14
1414is configured in the admin console. Settings an organization's
1515administrators cannot change (for example, ones controlled by Anthropic
1616policy or not available to the organization) are omitted from the list.
17Settings that report a compliance arrangement with Anthropic are the
18exception: the HIPAA and Access Transparency settings are always included;
19the API zero data retention setting is reported for Claude Console
20organizations, and the Claude Code zero data retention and customer-managed
21encryption keys (CMEK) settings for Claude Enterprise organizations. Each
22reports whether the arrangement is in place at the organization level; a
23retention setting on an individual workspace is not reflected.
1724 
1825The organization must belong to the API key's organization hierarchy;
1926unknown organizations and organizations outside the hierarchy return 404.
from line 93
8693 
8794 default: boolean
8895 
89 - `name: "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or "artifact_connectors_enabled" or 53 more`
96 - `name: "access_transparency_enabled" or "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or 57 more`
9097 
98 - `"access_transparency_enabled"`
99 
91100 - `"ai_powered_artifacts_enabled"`
92101 
93102 - `"api_workbench_feedback_collection_enabled"`
94103 
104 - `"api_zero_data_retention_enabled"`
105 
95106 - `"artifact_connectors_enabled"`
96107 
97108 - `"ask_your_org_enabled"`
from line 141
130141 
131142 - `"claude_design_enabled"`
132143 
144 - `"claude_enterprise_claude_code_zero_data_retention_enabled"`
145 
133146 - `"claude_in_slack_enabled"`
134147 
135148 - `"claude_science_custom_connectors_enabled"`
from line 161
148161 
149162 - `"claude_science_ssh_hosts_enabled"`
150163 
164 - `"cmek_enabled"`
165 
151166 - `"code_execution_enabled"`
152167 
153168 - `"code_execution_network_egress_enabled"`
from line 369
354369 "organization_id": "organization_id",
355370 "settings": [
356371 {
357 "name": "ai_powered_artifacts_enabled",
372 "name": "access_transparency_enabled",
358373 "value": true,
359374 "type": "boolean"
360375 }