Uh oh!
There was an error while loading. Please reload this page.
docs: remove the workspaces contract (chat#1979) - #307
Conversation
Removes the workspace account-type API contract ahead of the api removal so the docs never advertise a 404: - Delete api-reference/workspaces/create.mdx (the only page in the group) - Remove POST /api/workspaces plus the workspace-only CreateWorkspaceRequest and CreateWorkspaceResponse schemas from accounts.json - Drop the Workspaces nav group from docs.json - Drop 'workspaces' from the index.mdx accounts card and the workspace account-type examples in social.json descriptions Sandbox/session workspace-repo and filesystem-workspace references are intentionally untouched. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ExgW1WRbZXendHdFw1fwBT
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe documentation removes the workspace creation API and its schemas. It also removes the Workspaces navigation entry and replaces workspace account references with organization or artist references. ChangesWorkspace API documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk:⚪ Minimal · up to This change removes obsolete workspace API documentation and references without introducing a concrete correctness or production risk; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…move-workspaces-contract-1979
sweetmantech
commented
Aug 26, 2026
Uh oh!
There was an error while loading. Please reload this page.


Implements the docs item of recoupable/app#1979 (workspace account-type removal).
Merge order: this PR must merge BEFORE the api removal PR per the issue's resequenced order, so the docs stop advertising the endpoint before it starts returning 404.
Removals (net -114 LOC: +5 / -119)
api-reference/workspaces/create.mdx— deleted (the only page underapi-reference/workspaces/)api-reference/openapi/accounts.json— removed thePOST /api/workspacespath and theCreateWorkspaceRequest/CreateWorkspaceResponseschemas. Both schemas were referenced only by the removed path (verified by grep across all OpenAPI specs);isWorkspaceexisted only insideCreateWorkspaceResponsedocs.json— dropped the now-empty "Workspaces" nav groupindex.mdx— dropped "workspaces" from the accounts API card blurbapi-reference/openapi/social.json— dropped the workspace account type from four "(e.g., an artist, workspace, or organization)" parameter descriptionsLeft untouched on purpose: sandbox/session workspace-repo references (
sessions.json,research.json), filesystem workspace scaffolding inworkflows/*.mdx, and the Slack workspace mention incontent-agent.mdx.Verification
python3 -c "import json; ..."—accounts.json,social.json, anddocs.jsonall parsegrep -rn "CreateWorkspace\|isWorkspace\|api/workspaces\|workspaces/create"— zero hits outside.git🤖 Generated with Claude Code
https://claude.ai/code/session_01ExgW1WRbZXendHdFw1fwBT
Summary by cubic
Removes the workspace account-type API contract from the docs before the API removal, so the docs stop advertising POST /api/workspaces and won't point to a 404.
CreateWorkspaceRequest/CreateWorkspaceResponseschemas fromaccounts.json, the Create Workspace page, the Workspaces nav group, and workspace references insocial.jsonandindex.mdx.Written for commit db3863f. Summary will update on new commits.
Summary by CodeRabbit