---
title: "Create a tag group"
method: POST
path: "/v1/tag-groups"
tags: ["Tags"]
---

# Create a tag group

`POST /v1/tag-groups`

Creates a tag group

## Request body

- ExternalCreateTagGroup
  - `label` string, required
  - `color` string
  - `archived` boolean

## Response `200`

Successful Response

- ExternalTagGroup
  - `label` string, required
  - `color` string
  - `archived` boolean
  - `id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/atlas/apis/atlas-api.md) · [All operations](https://skmtc.dev/atlas/apis/atlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlas/atlas-api/revisions/22d52c4f7949/schema)
