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

Settings changed

api/compliance/organizations/settings

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+34added
Lines−4removed
From line 16 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 16, old and new numbered
/
lines
from line 16
1616is configured in the admin console. Settings an organization's
1717administrators cannot change (for example, ones controlled by Anthropic
1818policy or not available to the organization) are omitted from the list.
19Settings that report a compliance arrangement with Anthropic are the
20exception: the HIPAA and Access Transparency settings are always included;
21the API zero data retention setting is reported for Claude Console
22organizations, and the Claude Code zero data retention and customer-managed
23encryption keys (CMEK) settings for Claude Enterprise organizations. Each
24reports whether the arrangement is in place at the organization level; a
25retention setting on an individual workspace is not reflected.
1926 
2027The organization must belong to the API key's organization hierarchy;
2128unknown organizations and organizations outside the hierarchy return 404.
from line 95
8895 
8996 default: boolean
9097 
91 - `name: "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or "artifact_connectors_enabled" or 53 more`
98 - `name: "access_transparency_enabled" or "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or 57 more`
9299 
100 - `"access_transparency_enabled"`
101 
93102 - `"ai_powered_artifacts_enabled"`
94103 
95104 - `"api_workbench_feedback_collection_enabled"`
96105 
106 - `"api_zero_data_retention_enabled"`
107 
97108 - `"artifact_connectors_enabled"`
98109 
99110 - `"ask_your_org_enabled"`
from line 143
132143 
133144 - `"claude_design_enabled"`
134145 
146 - `"claude_enterprise_claude_code_zero_data_retention_enabled"`
147 
135148 - `"claude_in_slack_enabled"`
136149 
137150 - `"claude_science_custom_connectors_enabled"`
from line 163
150163 
151164 - `"claude_science_ssh_hosts_enabled"`
152165 
166 - `"cmek_enabled"`
167 
153168 - `"code_execution_enabled"`
154169 
155170 - `"code_execution_network_egress_enabled"`
from line 371
356371 "organization_id": "organization_id",
357372 "settings": [
358373 {
359 "name": "ai_powered_artifacts_enabled",
374 "name": "access_transparency_enabled",
360375 "value": true,
361376 "type": "boolean"
362377 }
from line 391
376391 Settings appear at most once each, in a fixed relative order, and values
377392 reflect the enforced state. A setting the organization's administrators
378393 cannot change — for example, one controlled by Anthropic policy or not
379 available to the organization — is omitted from the list.
394 available to the organization — is omitted from the list. Settings that
395 report a compliance arrangement with Anthropic are the exception: the
396 HIPAA and Access Transparency settings are always included; the API zero
397 data retention setting is reported for Claude Console organizations, and
398 the Claude Code zero data retention and customer-managed encryption keys
399 (CMEK) settings for Claude Enterprise organizations. Each reports whether
400 the arrangement is in place at the organization level; a retention setting
401 on an individual workspace is not reflected.
380402 
381403 - `type: optional "effective_organization_settings"`
382404 
from line 456
434456 
435457 default: boolean
436458 
437 - `name: "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or "artifact_connectors_enabled" or 53 more`
459 - `name: "access_transparency_enabled" or "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or 57 more`
438460 
461 - `"access_transparency_enabled"`
462 
439463 - `"ai_powered_artifacts_enabled"`
440464 
441465 - `"api_workbench_feedback_collection_enabled"`
442466 
467 - `"api_zero_data_retention_enabled"`
468 
443469 - `"artifact_connectors_enabled"`
444470 
445471 - `"ask_your_org_enabled"`
from line 504
478504 
479505 - `"claude_design_enabled"`
480506 
507 - `"claude_enterprise_claude_code_zero_data_retention_enabled"`
508 
481509 - `"claude_in_slack_enabled"`
482510 
483511 - `"claude_science_custom_connectors_enabled"`
from line 523
495523 - `"claude_science_scientific_model_endpoints_enabled"`
496524 
497525 - `"claude_science_ssh_hosts_enabled"`
526 
527 - `"cmek_enabled"`
498528 
499529 - `"code_execution_enabled"`
500530