---
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.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
