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

Create Workspace changed

api/beta/organization/workspaces/create

Nearest release: v2.1.268, published under an hour after 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+16added
Lines−9removed
From line 1 where the diff opens
First seen 26 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Workspace
3url: https://platform.claude.com/docs/en/api/beta/organization/workspaces/create
4---
5 
16# Create Workspace
27 
38**POST** `/v1/organizations/workspaces`
from line 17
1217 
1318 - `string`
1419 
15 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
20 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
1621 
1722 - `"message-batches-2024-09-24"`
1823 
from line 65
6065 
6166 - `"user-profiles-2026-08-18"`
6267 
68 - `"user-profiles-2026-09-04"`
69 
6370 - `"advisor-tool-2026-03-01"`
6471 
6572 - `"managed-agents-2026-04-01"`
from line 173
166173 
167174- `BetaWorkspace object`
168175 
176 - `type: "workspace"`
177 
178 Object type.
179 
180 For Workspaces, this is always `"workspace"`.
181 
182 default: workspace
183 
169184 - `id: string`
170185 
171186 ID of the Workspace.
from line 256
241256 - `tags: map[string]`
242257 
243258 User-defined tags as string key-value pairs. Keys may not begin with `anthropic`.
244 
245 - `type: "workspace"`
246 
247 Object type.
248 
249 For Workspaces, this is always `"workspace"`.
250 
251 default: workspace
252259 
253260## Example
254261