---
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.net/midday-ai/apis/midday-api.md) · [All operations](https://skmtc.net/midday-ai/apis/midday-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/midday-ai/midday-api/versions/c0df9243c1b0/schema)
