v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
ai-onboarding

Send a chat message to the AI onboarding assistant

post/teams/{team_name}/ai-onboarding/chat

Path parameters

team_namestring required

Request body

messagestring

The user's message to send to the AI assistant

conversation_idstring

Optional conversation ID to continue an existing conversation

chat_mode'web' | 'terminal'

Optional chat mode - "web" for markdown output, "terminal" for plain text output

Response

Chat response from the AI assistant

messagestring required

The AI assistant's response message

function_callstring

The name of the function being called (if any)

function_call_argumentsobject

Arguments for the function call (if any)

function_call_idstring

ID of the function call (if any)