---
title: "Create Pluto conversation"
method: POST
path: "/copilot/conversations"
tags: ["copilot"]
---

# Create Pluto conversation

`POST /copilot/conversations`

Starts a new Pluto chat thread for the authenticated business group.

## Request body

- CopilotCreateConversationInput
  - `title` string

## Response `200`

OK

- CopilotConversationView
  - `created_ts` string, date-time
  - `id` string
  - `title` string
  - `updated_ts` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `default` — Error response.

## Changes

- **2026-08-06** `fe2041c5ba86` — 1 info
  - the `id` response's property pattern was changed from `^cpcnv_[0-9a-hjkmnp-tv-z]{26}$` to `^cpcnv_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/copilot/conversations/post.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/78f4fe30ef9c/schema)
