/
XO
xorbitsai
/
xagent
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 3mo ago
Details
Filter operations
Admin MCP
8
admin-users
2
agents
10
Authentication
12
Channels
4
chat
8
Cloud Storage
4
Custom API Management
5
files
8
kb
12
MCP Management
11
memory
7
models
34
monitor
6
skills
4
system
1
templates
4
text2sql
6
tools
10
widget
2
post
Authenticate Widget
post
Create Widget Task
get
Health 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
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
Changes