---
title: "Create Fde Conversation"
method: POST
path: "/api/v1/fde/conversations"
tags: ["fde", "fde-conversations"]
---

# Create Fde Conversation

`POST /api/v1/fde/conversations`

## Request body

- FDEConversationCreate
  - `context_type` string, required
  - `target_agent_type` string, nullable
  - `target_agent_id` string, uuid, nullable
  - `target_group_type` string, nullable
  - `target_group_id` string, uuid, nullable
  - `title` string, nullable

## Response `201`

Successful Response

- FDEConversationRead
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `user_id` string, uuid, required
  - `context_type` string, required
  - `target_agent_type` string, nullable, required
  - `target_agent_id` string, uuid, nullable, required
  - `target_group_type` string, nullable
  - `target_group_id` string, uuid, nullable
  - `title` string, nullable, required
  - `preview` string, nullable, required
  - `last_message_at` string, date-time, nullable, required
  - `message_count` integer, required
  - `langgraph_thread_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
