fde
fde-messages

Send Fde Message

post/api/v1/fde/conversations/{conversation_id}/message

Path parameters

conversation_idstring uuid required

Request body

contentstring required
skill_slugstring nullable

Run one of the skills from GET /fde/conversations/{id}/skills. The slug is validated against THIS conversation's context, so a skill that exists elsewhere is still rejected here.

disabled_toolsstring[] nullable
modelstring nullable

OpenRouter id of the model to run this turn on, from GET /fde/models/catalog. Omit to use the configured default.

Response

Successful Response

{"stackTrail":"paths:/api/v1/fde/conversations/{conversation_id}/message:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes