---
title: "CreateSkillVersion"
method: POST
path: "/v2/skills/{skill_id}/versions"
tags: ["beta.skills"]
---

# CreateSkillVersion

`POST /v2/skills/{skill_id}/versions`

CreateSkillVersion

## Path parameters

- `skill_id` string, required

## Request body

- object
  - `definition` SkillDefinition, required — Versioned skill content.
    - `description` string — Model-facing trigger and usage description.
    - `body` string — Skill body content.
    - `assets` object — Additional files available to the skill.
  - `notes` string, nullable — Notes for this version.
  - `aliases` string[] — Aliases pointing to this version.

## Response `200`

Success

- CreateSkillVersionResponse
  - `version` integer
  - `deduplicated` boolean

---

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