docs: Admin API moved to /api/beta/organization, Claude Science on Windows, Claude Tag federated access - #1271
Merged
Conversation
…ndows, Claude Tag federated access Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: The entire
/api/adminendpoint namespace has been restructured to/api/beta/organization— 134 new tombstones today, all pointing the old paths to the new tree. This is a breaking change for any team calling admin APIs directly; they'll need to update base URLs. On top of that, Claude Science (the desktop research agent) landed Windows support for the first time (v0.1.47), Claude Tag got two significant new enterprise features (federated cloud access + per-user cost attribution), and a critical Cowork known issue was posted: a September 8 Windows update (KB5124008) breaks file access in Cowork on Windows until Anthropic ships a fix.HIGHLIGHTS:
/api/admin/*→/api/beta/organization/*for 134 endpoints including analytics, api_keys, compliance_settings, cost_report, external_keys, federation, invites, mcp_tunnels, rate_limits, rbac_groups, rbac_roles, service_accounts, spend_limits, usage_report, and users. New untracked files undercontent/en/api/beta/organization/confirm the archive is already capturing the new tree.run-on-windows.mddoc added;run-on-windows-wsltombstoned (replaced, not just renamed). First-class Windows support is a meaningful reach expansion for this product.content/claude/claude-tag/admins/federated-access/. Enterprise-only, still in public beta.attribute-costs.mddoc explains how to pull per-Slack-user spend from the Analytics API for showback/chargeback. Points directly to the now-renamedcost_reportendpoint under the new/api/beta/organization/tree.corporate-networks.md,get-started.md,configuration-file-reference.md,run-on-remote-linux-server.md,network-requirements.md) — likely aligned with Windows support and the v0.1.47 release.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning