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

# Start Skill Creation

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

Start a conversational skill creation flow.
Creates a new thread and returns the thread_id along with the system message
that should be sent to trigger the skill builder assistant.

## Response `200`

Successful Response

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

---

[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/versions/9744001af85d/schema)
