---
title: "Create conversation"
method: POST
path: "/internal/conversations"
tags: ["Others"]
---

# Create conversation

`POST /internal/conversations`

Create a managed project conversation for a user

## Request body

- object
  - `projectId` string, required — The unique identifier of the project
  - `userId` string, required — The unique identifier of the user
  - `subject` string, required
  - `initialMessage` string, required
  - `priority` string, required
  - `source` string

## Response `200`

Successful response

- object
  - `conversationId` string, required

## Changes

- **2026-05-13** `6294e88626cb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api/changes/internal/conversations/post.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api/revisions/6294e88626cb/schema)
