create_tokenset
Creates a new tokenset within a workspace to organize related design tokens.Tool Schema
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspace_id | string | Yes | The ID of the workspace to create the tokenset in |
name | string | Yes | The name of the tokenset (1-255 characters) |
description | string | No | Optional description of the tokenset |
Response
Example Usage in Claude
Create a Basic Tokenset
Create Tokenset with Description
Common Use Cases
1. Token Organization
2. Project Structure
3. Thematic Organization
Notes
- Tokensets belong to a specific workspace
- Each tokenset automatically gets a default “Light” mode when created
- You can create multiple tokensets within one workspace
- Tokenset names should be unique within a workspace
- Use tokensets to logically group related design tokens
See Also
- list_tokensets - View all tokensets in a workspace
- get_tokenset - Get tokenset details
- create_mode - Add modes to a tokenset
- create_token - Add tokens to a tokenset