---
title: "Create New Session"
method: POST
path: "/api/v1/workflow/dashboard/sessions"
tags: ["WORKFLOW_DASHBOARD"]
deprecated: true
---

# Create New Session

`POST /api/v1/workflow/dashboard/sessions`

> **Deprecated.**

## Request body

- SessionCreateRequest
  - `title` string, required
  - `description` string, nullable
  - `channel` string, nullable
  - `priority` string, nullable
  - `agent_type` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
