---
title: "Create a conversation"
method: POST
path: "/internal/dogfood/support/conversations"
tags: ["Conversations"]
---

# Create a conversation

`POST /internal/dogfood/support/conversations`

Create a new conversation as the current user

## Request body

- object
  - `subject` string, required
  - `message` string, required

## Response `200`

Successful response

- object
  - `conversation_id` string, required

## Changes

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

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api/changes/internal/dogfood/support/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.dev/hexclave/apis/hexclave-rest-api/revisions/e134b68b3b7e?raw)
