create_workspace
Creates a new workspace to organize your design tokens and tokensets.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | The name of the workspace (1-255 characters) |
description | string | No | Optional description of the workspace |
Response
Example Usage in Claude
Create a Simple Workspace
Create Workspace with Description
Common Use Cases
1. New Product Launch
2. Project Organization
3. Client Work
Notes
- Workspace names must be unique within your account
- Workspaces can contain multiple tokensets
- You can create as many workspaces as needed for different projects or clients
- Workspaces help organize related design tokens logically
See Also
- list_workspaces - View all your workspaces
- get_workspace - Get workspace details
- update_workspace - Modify workspace information
- create_tokenset - Create tokensets within a workspace