---
title: "Create Category"
method: POST
path: "/agent/categories"
tags: ["Agent Category"]
---

# Create Category

`POST /agent/categories`

## Request body

- CategoryCreateUpdateRequest
  - `name` string
  - `color` string
  - `description` string

## Response `200`

Successful Response

- CategoryResponse
  - `id` string, uuid
  - `name` string
  - `description` string
  - `color` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
