The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313Key characteristics:
1414
1515* **Workspace identifiers** use the `wrkspc_` prefix (for example, `wrkspc_01JwQvzr7rXLA5AGx3HKfFUJ`)
16* **Maximum 100 workspaces** per organization (archived workspaces don't count)
16* **Maximum 100 workspaces** per organization by default (archived workspaces don't count); contact your account team if you need more
1717* **Default Workspace** has a `wrkspc_` ID like any other workspace (returned in the [`anthropic-workspace-id` response header](https://platform.claude.com/docs/en/manage-claude/workspaces#identify-the-workspace-behind-an-api-response) and accepted by [Get Workspace](https://platform.claude.com/docs/en/api/admin/workspaces/retrieve)), but it doesn't appear in [List Workspaces](https://platform.claude.com/docs/en/api/admin/workspaces/list) results, and API keys, usage reports, and cost reports show `null` for its `workspace_id`
1818* **API keys** are scoped to a single workspace and can only access resources within that workspace
1919
from line 477
477477 </Accordion>
478478
479479 <Accordion title="Are there limits on workspaces?">
480 Yes, you can have a maximum of 100 workspaces per organization. Archived workspaces do not count toward this limit.
480 Yes. Each organization can have up to 100 workspaces by default, and archived workspaces don't count toward this limit. If you need more, contact your account team.
481481 </Accordion>
482482
483483 <Accordion title="How do organization roles affect workspace access?">