---
title: "Start Skill Iteration"
method: POST
path: "/api/org-skills/start-iteration"
tags: ["org-skills"]
---

# Start Skill Iteration

`POST /api/org-skills/start-iteration`

Start a conversational skill iteration/tweaking flow.
Creates a new thread and returns the thread_id along with a system message
that includes the existing skill content for refinement.

## Request body

- StartIterationRequest
  - `skill_id` string, required

## Response `200`

Successful Response

- StartCreationResponse
  - `thread_id` string, required
  - `system_message` string, required

## Other responses

- `422` — Validation Error

---

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