---
title: "Create Tag Group"
method: POST
path: "/v1/workflow-tag-groups"
tags: ["workflow-tag-groups"]
---

# Create Tag Group

`POST /v1/workflow-tag-groups`

Create a new workflow tag group.

Tag groups enable mutual exclusivity - when a workflow has a tag from a group,
adding another tag from the same group will automatically remove the first one.

## Headers

- `Idempotency-Key` string

## Request body

- WorkflowTagGroupCreate — Schema for creating a workflow tag group
  - `name` string, required
  - `description` string, nullable
  - `emoji` string, nullable
  - `color` string, nullable

## Response `201`

Successful Response

- WorkflowTagGroupResponse — Workflow tag group response schema
  - `name` string, required
  - `description` string, nullable
  - `emoji` string, nullable
  - `color` string, nullable
  - `id` string, uuid, required
  - `organization_id` string, required
  - `order` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
