> ## Documentation Index
> Fetch the complete documentation index at: https://developers.plane.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an initiative label

> Creates a new label for categorizing initiatives in a workspace.

## Path parameters

<ParamField path="workspace_slug" type="string" required>
  The workspace\_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL `https://app.plane.so/my-team/projects/`, the workspace slug is `my-team`.
</ParamField>

## Body parameters

<ParamField body="name" type="string" required>
  Name of the initiative label.
</ParamField>

<ParamField body="description" type="string">
  Description of the initiative label.
</ParamField>

<ParamField body="color" type="string">
  Hex color code for the initiative label (e.g., "#eb5757").
</ParamField>

<ParamField body="sort_order" type="number">
  Sort order for display purposes.
</ParamField>
