---
title: "Create Collection"
method: POST
path: "/v1/skill-collections/"
tags: ["v1", "protected", "skill-collections"]
---

# Create Collection

`POST /v1/skill-collections/`

Create a new collection in the current workspace.

## Request body

- CollectionCreateRequest
  - `description` string, nullable
  - `name` string, required

## Response `201`

Successful Response

- CollectionSummaryResponse
  - `description` string, nullable, required
  - `id` string, required
  - `name` string, required
  - `skill_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/082e677c141c/schema)
