/
XO
xorbitsai
/
xagent
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 28m ago · Updated 3mo ago
Details
Filter operations
Admin MCP
8
admin-users
2
agents
17
Authentication
20
Channels
4
chat
8
Cloud Storage
4
Custom API Management
5
files
11
jobs
3
kb
15
MCP Management
11
me
3
memory
7
models
34
monitor
6
sdk-v1
11
share
3
skills
4
system
1
templates
4
tools
10
widget
3
post
Authenticate Widget
post
Upload Widget File
post
Create Widget Task
workforces
17
get
Health Check
get
Readiness Check
get
Redirect Legacy Preview
get
Get Task Progress
get
List Active Tasks
widget
Create Widget Task
Create new chat task for widget guest.
post
/api/widget/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
Changes