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

# Create Conversation

`POST /conversations/`

Create a new conversation

## Request body

- ConversationCreate
  - `repo_path` string, nullable
  - `repo_paths` string[], nullable
  - `task` string, required
  - `agent_configs` object[], nullable

## Response `200`

Successful Response

- ConversationCreateResponse — Response when creating a new conversation
  - `conversation_id` string, required
  - `anthropic_key` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.dev/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/revisions/28bdface01df/schema)
