v1

latestOpenAPI 3.1.02026-07-134338101.4 KB

Start Conversation

Start an agent loop for a conversation.

This endpoint calls the conversation_manager's maybe_start_agent_loop method to start a conversation. If the conversation is already running, it will return the existing agent loop info.

post/api/conversations/{conversation_id}/start

Path parameters

conversation_idstring required

Request body

providers_setProviderType[] nullable

Response

Successful Response

statusstring required
conversation_idstring required
messagestring nullable
conversation_status'STARTING' | 'RUNNING' | 'STOPPED'