ollie

Send Message

Send one turn; stream StreamChunk events back via SSE.

The response body is a text/event-stream matching the agent's canonical event sequence: ollie_thinking_startollie_message_chunk (repeated) → ollie_thinking_endollie_message_complete (or ollie_error).

Cancellation: when the client disconnects, request.is_disconnected() flips to True inside the generator and we break out of the loop. The agent's Phase 1D cancellation path persists a partial [truncated] turn via a background task spawned on the running loop.

post/api/v1/ollie/projects/{project_id}/messages

Path parameters

project_idstring uuid required

Request body

messagestring required
active_part_idstring uuid nullable
active_feature_idstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/v1/ollie/projects/{project_id}/messages:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.