---
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` 'low' | 'normal' | 'high' | 'urgent', required
  - `source` 'manual' | 'chat' | 'email' | 'api'

## Response `200`

Successful response

- object
  - `conversationId` string, required

## Changes

- **2026-05-15** `f135fd8ca8b4` — 2 breaking, 8 info
  - request property `priority` was restricted to a list of enum values
  - request property `source` was restricted to a list of enum values
  - added the new `api` enum value to the request property `source`
  - added the new `chat` enum value to the request property `source`
  - …6 more
- **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/f135fd8ca8b4/schema)
