---
title: "Add Skill To Collection"
method: POST
path: "/v1/skill-collections/{collection_id}/skills"
tags: ["v1", "protected", "skill-collections"]
---

# Add Skill To Collection

`POST /v1/skill-collections/{collection_id}/skills`

Add a skill to a collection.

Membership is organizational metadata stored in ``collection_skills``; it is
not an authorization edge, so nothing is written to the relationship graph.

## Path parameters

- `collection_id` string, uuid, required

## Request body

- AddSkillRequest
  - `skill_id` string, uuid, required

## Response `204`

Successful Response

## 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)
