---
title: "Create a new tag"
method: POST
path: "/tags"
tags: ["Tags"]
---

# Create a new tag

`POST /tags`

Create a new tag for the authenticated team.

## Request body

- CreateTag
  - `name` string, required — The name of the tag.

## Response `201`

Tag created

- TagResponse
  - `id` string, uuid, required — The UUID of the tag.
  - `name` string, required — The name of the tag.

## Other responses

- `default` — An error occurred

---

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