---
title: "Create a tag"
method: POST
path: "/tags"
tags: ["public_tags", "public", "Tags"]
---

# Create a tag

`POST /tags`

Create a tag

## Request body

- TagCreateRequest
  - `name` string, required
  - `color` string, required
  - `workspaceId` string, uuid, required

## Response `200`

Successful operation

- TagResponse — Provides details of a single tag.
  - `tagId` string, uuid, required
  - `name` string, required
  - `color` string, required — A hexadecimal color value
  - `workspaceId` string, uuid, required

## Other responses

- `400` — Invalid data
- `403` — Not allowed
- `409` — Tag with same name already exists

---

[API](https://skmtc.dev/airbyte/apis/applications.md) · [All operations](https://skmtc.dev/airbyte/apis/applications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/airbyte/applications/revisions/561bf5551285/schema)
