/
XO
xorbitsai
/
xagent
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-06-13
216
144
508.7 KB
chat
Create Task
Create new chat task
post
/api/chat/task/create
Request body
TaskCreateRequest
required
Create task request
title
string
required
description
string
nullable
agent_id
integer
nullable
files
string[]
nullable
llm_ids
string[]
nullable
memory_similarity_threshold
number
nullable
agent_type
string
nullable
agent_config
object
nullable
is_preview
boolean
is_visible
boolean
execution_mode
string
nullable
process_description
string
nullable
examples
ExampleItem[]
nullable
Response
Successful Response
TaskCreateResponse
required
Create task response
task_id
integer
required
title
string
required
status
string
required
created_at
string
required
model_id
string
nullable
small_fast_model_id
string
nullable
visual_model_id
string
nullable
compact_model_id
string
nullable
model_name
string
nullable
small_fast_model_name
string
nullable
visual_model_name
string
nullable
compact_model_name
string
nullable
execution_mode
string
nullable
channel_id
integer
nullable
channel_name
string
nullable
agent_id
integer
nullable
agent_name
string
nullable
agent_logo_url
string
nullable