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