> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# 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") |