createTag
Create a tag.
Creates a new tag scoped to a workspace, which can then be applied to requests. Use this when you need to create tags (e.g., "VPN", "Network") before attaching
them to a request. After creating a tag, use its returned id in the tags array
of createGeneralRequest or updateGeneralRequest.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Tag label (e.g., "VPN", "Network") |
workspace_id | integer | Yes | Workspace ID (from listWorkspaces) |
color_code | string | No | Color name for the tag (e.g., "blue", "red") |
