---
title: "Post Message"
method: POST
path: "/api/conversations/{conversation_uuid}/messages"
tags: ["conversations"]
---

# Post Message

`POST /api/conversations/{conversation_uuid}/messages`

Stream the chief's response to the operator's message as Anthropic SSE.

## Path parameters

- `conversation_uuid` string, uuid, required

## Request body

- RoutersConversationsMessageCreate
  - `attachments` object[]
  - `context` ViewContext — What the operator is currently looking at in the cockpit. Lets the Chief ground its answer (and scope its tool calls) to the view — the context-aware chat that a generic chat window can't do.
    - `domain` string, nullable
    - `label` string, nullable
    - `level` string, nullable
  - `locale` string
  - `model` string, nullable
  - `parent_message_uuid` string, nullable
  - `prompt` string, required
  - `rendering_mode` string
  - `timezone` string
  - `tools` ToolRef[]
    - `name` string, required
    - `type` string, required
  - `turn_message_uuids` TurnMessageUuids
    - `assistant_message_uuid` string, required
    - `human_message_uuid` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/agents-squads/apis/squads-api.md) · [All operations](https://skmtc.dev/agents-squads/apis/squads-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agents-squads/squads-api/revisions/3812730a1cb4/schema)
