Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 First look · 1/6 0 findings $0.00 so far
One change · api

Activities changed

api/compliance/activities

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+5,718added
Lines−4,776removed
From line 17 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits12to this page, all time

The whole hunk

from line 17, old and new numbered
/
lines

This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.

from line 17
1717 
1818### Query parameters
1919 
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 499 more`
20- `activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
2121 
2222 Filter activities by type. See the response `data` schema for the additional fields each type returns. Cannot be combined with `exclude_activity_types[]`.
2323 
from line 1061
10611061 
10621062 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
10631063 
1064 - `"org_cowork_browser_pane_disabled"`
1065 
1066 The in-app browser in Cowork was disabled for the organization, so Claude can no longer open or use websites in a browser pane during members' Cowork sessions.
1067 
1068 - `"org_cowork_browser_pane_enabled"`
1069 
1070 The in-app browser in Cowork was enabled for the organization, letting Claude open and use websites in a browser pane during members' Cowork sessions.
1071 
10641072 - `"org_cowork_disabled"`
10651073 
10661074 Organization cowork was disabled.
from line 2092
20842092 
20852093 format: date-time
20862094 
2087- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 499 more`
2095- `exclude_activity_types: optional array of "abuse_decision_received" or "account_deleted" or "admin_api_key_created" or 501 more`
20882096 
20892097 Exclude activities of these types. Cannot be combined with `activity_types[]`.
20902098 
from line 3136
31283136 
31293137 The "Auto" permission mode in Cowork was enabled for the organization, allowing members to let Claude approve its own actions after a safety check.
31303138 
3139 - `"org_cowork_browser_pane_disabled"`
3140 
3141 The in-app browser in Cowork was disabled for the organization, so Claude can no longer open or use websites in a browser pane during members' Cowork sessions.
3142 
3143 - `"org_cowork_browser_pane_enabled"`
3144 
3145 The in-app browser in Cowork was enabled for the organization, letting Claude open and use websites in a browser pane during members' Cowork sessions.
3146 
31313147 - `"org_cowork_disabled"`
31323148 
31333149 Organization cowork was disabled.
from line 4159
41434159 
41444160### Returns
41454161 
4146- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 499 more`
4162- `data: optional array of AbuseDecisionReceived or AccountDeleted or AdminAPIKeyCreated or 501 more`
41474163 
41484164 List of activity records. Each element's `type` field identifies which activity it is and which additional fields are present.
41494165 
from line 8743
87278743 
87288744 - `user_agent: optional string or null`
87298745 
8730 - `audience: array of ArtifactSharingAudienceOrganization or ArtifactSharingAudienceUsers or ArtifactSharingAudienceAnyoneWithLink`
8746 - `audience: array of Organization or Users or AnyoneWithLink`
87318747 
87328748 The artifact's sharing audience after the change. If empty, the artifact is visible only to its owner.
87338749 
8734 - `ArtifactSharingAudienceOrganization object`
8750 - `Organization object`
87358751 
87368752 Sharing audience: visible to the owning organization.
87378753 
from line 8755
87398755 
87408756 default: organization
87418757 
8742 - `ArtifactSharingAudienceUsers object`
8758 - `Users object`
87438759 
87448760 Sharing audience: visible to an explicit allowlist of users.
87458761 
from line 8763
87478763 
87488764 default: users
87498765 
8750 - `ArtifactSharingAudienceAnyoneWithLink object`
8766 - `AnyoneWithLink object`
87518767 
8752 Sharing audience: anyone with the link, including anonymous viewers
8753 (an artifact shared to the open internet).
8768 Sharing audience: anyone with the link, including anonymous viewers (an artifact shared to the open internet).
87548769 
87558770 - `type: optional "anyone_with_link"`
87568771 
from line 9917
99029917 
99039918 - `user_agent: optional string or null`
99049919 
9905 - `FederatedActor object`
9906 
9907 An external identity asserted by a trusted provider — a cloud-provider
9908 gateway or a customer-registered federation issuer — acting without an
9909 Anthropic-provisioned account or service account.
9910 
9911 - `type: optional "federated_actor"`
9912 
9913 default: federated_actor
9914 
9915 - `provider: FederatedActorAwsProvider or FederatedActorAzureProvider or FederatedActorGcpProvider or FederatedActorOidcProvider`
9916 
9917 - `FederatedActorAwsProvider object`
9918 
9919 Asserting party: the AWS account the organization is bound to.
9920 
9921 - `type: optional "aws"`
9922 
9923 default: aws
9924 
9925
9920