---
title: "Upload Skill"
method: POST
path: "/v1/workspaces/{workspace}/skills/upload"
tags: ["v1", "protected", "skills"]
---

# Upload Skill

`POST /v1/workspaces/{workspace}/skills/upload`

Upload a skill package as a ZIP file.

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Query parameters

- `name` string, nullable
- `description` string, nullable

## Response `200`

Successful Response

- SkillResponse — Skill response model.
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, required
  - `is_catalog` boolean
  - `name` string, required
  - `network_scope` string, required
  - `registry_item_id` string, nullable
  - `slug` string, required
  - `source_type` string, required
  - `source_url` string, nullable, required
  - `update_available` boolean
  - `updated_at` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/skills/upload/post.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/c926881f6c6e?raw)
