---
title: "Conversations Create"
method: POST
path: "/agents/conversations/"
tags: ["agents"]
---

# Conversations Create

`POST /agents/conversations/`

Create a new agent conversation.

POST /agents/conversations/

Creates a new conversation for the authenticated user's organization.

## Headers

- `Authorization` string, required

## Request body

- ConversationCreateRequestRequest — Schema-only serializer for the POST /agents/conversations/ request body.
  - `title` string

## Response `201`

- ConversationCreate
  - `id` string, required
  - `title` string
  - `organization` integer, required
  - `created_by` integer, required

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
