---
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
  - `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.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/3cbe4004af21?raw)
