---
title: "Skills Create"
method: POST
path: "/agents/skills/"
tags: ["agents"]
---

# Skills Create

`POST /agents/skills/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Request body

- AgentSkillCreateRequest — Write serializer for creating saved agent skills.
  - `name` string, required
  - `description` string
  - `instructions` string, required
  - `context_attachments` object[]

## Response `201`

- AgentSkillCreate — Write serializer for creating saved agent skills.
  - `id` string, required
  - `name` string, required
  - `description` string
  - `instructions` string, required
  - `context_attachments` object[]
  - `project` string, nullable, required
  - `created_by` integer, required
  - `updated_by` integer, required

---

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