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

Organizations changed

api/compliance/organizations

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 472 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits10to this page, all time

The whole hunk

from line 472, old and new numbered
/
lines
from line 472
472472is configured in the admin console. Settings an organization's
473473administrators cannot change (for example, ones controlled by Anthropic
474474policy or not available to the organization) are omitted from the list.
475Settings that report a compliance arrangement with Anthropic are the
476exception: the HIPAA and Access Transparency settings are always included;
477the API zero data retention setting is reported for Claude Console
478organizations, and the Claude Code zero data retention and customer-managed
479encryption keys (CMEK) settings for Claude Enterprise organizations. Each
480reports whether the arrangement is in place at the organization level; a
481retention setting on an individual workspace is not reflected.
475482 
476483The organization must belong to the API key's organization hierarchy;
477484unknown organizations and organizations outside the hierarchy return 404.
from line 551
544551 
545552 default: boolean
546553 
547 - `name: "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or "artifact_connectors_enabled" or 53 more`
554 - `name: "access_transparency_enabled" or "ai_powered_artifacts_enabled" or "api_workbench_feedback_collection_enabled" or 57 more`
548555 
556 - `"access_transparency_enabled"`
557 
549558 - `"ai_powered_artifacts_enabled"`
550559 
551560 - `"api_workbench_feedback_collection_enabled"`
552561 
562 - `"api_zero_data_retention_enabled"`
563 
553564 - `"artifact_connectors_enabled"`
554565 
555566 - `"ask_your_org_enabled"`
from line 599
588599 
589600 - `"claude_design_enabled"`
590601 
602 - `"claude_enterprise_claude_code_zero_data_retention_enabled"`
603 
591604 - `"claude_in_slack_enabled"`
592605 
593606 - `"claude_science_custom_connectors_enabled"`
from line 619
606619 
607620 - `"claude_science_ssh_hosts_enabled"`
608621 
622 - `"cmek_enabled"`
623 
609624 - `"code_execution_enabled"`
610625 
611626 - `"code_execution_network_egress_enabled"`
from line 827
812827 "organization_id": "organization_id",
813828 "settings": [
814829 {
815 "name": "ai_powered_artifacts_enabled",
830 "name": "access_transparency_enabled",
816831 "value": true,
817832 "type": "boolean"
818833 }