---
title: "Create a new skill"
method: POST
path: "/api/skills"
tags: ["Skills"]
---

# Create a new skill

`POST /api/skills`

## Request body

- object
  - `content` string, required
  - `type` string
  - `scope` string
  - `ownerAgentId` string
  - `systemDefault` boolean

## Response `201`

Skill created

## Other responses

- `400` — Validation error

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
