---
title: "Spawn an orchestrator session"
method: POST
path: "/api/v1/orchestrators"
tags: ["sessions"]
---

# Spawn an orchestrator session

`POST /api/v1/orchestrators`

## Request body

- SpawnOrchestratorRequest
  - `clean` boolean
  - `mode` 'chat' | 'tui'
  - `projectId` string, required

## Response `201`

Created

- SpawnOrchestratorResponse
  - `orchestrator` OrchestratorResponse, required
    - `id` string, required
    - `projectId` string, required
    - `projectName` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `501` — Not Implemented

---

[API](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.net/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/0754881ee8f4/schema)
