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

# Create tag

`POST /tags`

Creates a new tag.

Required scope: \`knowledge:write\`

## Request body

- CreateTagRequest
  - `name` string, required — Tag name
  - `description` string — Tag description

## Response `200`

Successfully created tag

- Tag
  - `id` string, required — Tag ID
  - `name` string, required — Tag name
  - `description` string, required — Tag description

## Other responses

- `400` — Bad Request - The request was malformed or invalid
- `401` — Unauthorized - Authentication failed
- `403` — Forbidden - Insufficient permissions
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

## Changes

> 71 revisions in range; 18 not diffed.

- **2026-06-29** `e96e96f1361d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/tags/post.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/61dc40676905/schema)
