Send a message on an existing chat
Append a message to an existing chat.
Documentation Index
Fetch the complete documentation index at: https://dev.chief.bot/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
^project_[a-z0-9]{20}$Path Parameters
Chat identifier.
^chat_[a-z0-9]{20}$Body
Body for POST /v1/chats/{id}/messages — append a turn to an
existing chat. The chat id comes from the path.
The user's message for this turn.
Mode preset that controls model class and tool selection.
Defaults to auto when omitted.
auto, fast, expert, research Biases model selection within the chosen intelligence mode
toward a specific vendor.
automatic, anthropic, openai, google Skill names to pre-load before the LLM runs.
When false, disables the public-web-search tool for this
turn. Omitting or sending true leaves the mode default in
place.
Optional. Narrows the knowledge the assistant may consult on this turn.