---
title: "Create New Chat Session"
method: POST
path: "/chat/create-chat-session"
tags: ["public"]
---

# Create New Chat Session

`POST /chat/create-chat-session`

## Request body

- ChatSessionCreationRequest
  - `persona_id` integer
  - `description` string, nullable
  - `project_id` integer, nullable

## Response `200`

Successful Response

- CreateChatSessionID
  - `chat_session_id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
