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 }