---
title: "Start a worker task and ask the orchestrator to title it"
method: POST
path: "/api/v1/orchestrators/delegate"
tags: ["sessions"]
---

# Start a worker task and ask the orchestrator to title it

`POST /api/v1/orchestrators/delegate`

## Request body

- DelegateTaskRequest
  - `agent` 'claude-code' | 'codex' | 'aider' | 'opencode' | 'grok' | 'droid' | 'amp' | 'agy' | 'crush' | 'cursor' | 'qwen' | 'copilot' | 'goose' | 'auggie' | 'continue' | 'devin' | 'cline' | 'kimi' | 'muse' | 'kiro' | 'kilocode' | 'vibe' | 'pi' | 'kimchi' | 'omp' | 'prime-agent' | 'autohand' | 'fake'
  - `approvalMode` 'default' | 'accept-edits' | 'auto' | 'bypass-permissions'
  - `attachments` AttachmentInput[]
    - `data` string, required
    - `mimeType` string
  - `brief` string, required
  - `mode` 'tui' | 'chat'
  - `model` string
  - `projectId` string, required

## Response `202`

Accepted

- DelegateTaskResponse
  - `ok` boolean, required
  - `orchestratorId` string
  - `workerId` string, required

## Other responses

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

## Changes

- **2026-08-24** `70e37be821e3` — 1 info
  - added the new `omp` enum value to the request property `agent`
- **2026-08-23** `e7b23ab9a07a` — 1 info
  - added the new optional request property `approvalMode`
- **2026-08-09** `25a4d3b59cf4` — 1 info
  - added the new `kimchi` enum value to the request property `agent`
- **2026-08-08** `0754881ee8f4` — 1 info
  - added the new `prime-agent` enum value to the request property `agent`
- **2026-08-07** `9717172517df` — 1 info
  - added the new optional request property `attachments`

[Full history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/orchestrators/delegate/post.md)

---

[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-service-production.skmtc.workers.dev/v1/apis/composiohq/agent-orchestrator-http-daemon/revisions/12e46c4f4b8e/schema)
