Skip to main content
POST
New Conversation

Authorizations

X-Session-API-Key
string
header
required

Body

application/json
repository
string | null
git_provider
enum<string> | null
Available options:
github,
gitlab,
bitbucket,
enterprise_sso
selected_branch
string | null
initial_user_msg
string | null
image_urls
string[] | null
replay_json
string | null
suggested_task
SuggestedTask · object | null
create_microagent
CreateMicroagent · object | null
conversation_instructions
string | null
mcp_config
MCPConfig · object | null

Configuration for MCP (Message Control Protocol) settings.

Attributes: sse_servers: List of MCP SSE server configs stdio_servers: List of MCP stdio server configs. These servers will be added to the MCP Router running inside runtime container. shttp_servers: List of MCP HTTP server configs.

conversation_id
string

Response

Successful Response

status
string
required
conversation_id
string
required
message
string | null
conversation_status
enum<string> | null
Available options:
STARTING,
RUNNING,
STOPPED