/
XO
xorbitsai
/
xagent
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3mo ago
Details
Filter operations
admin-users
2
agents
9
get
List Agents
post
Create Agent
get
Get Agent
put
Update Agent
delete
Delete Agent
post
Publish Agent
post
Unpublish Agent
post
Upload Agent Logo
post
Preview Agent
Authentication
6
chat
7
files
7
kb
7
MCP Management
10
memory
7
models
29
monitor
6
skills
4
templates
4
text2sql
6
tools
2
agents
List Agents
List all agents for the current user.
get
/api/agents
Response
Successful Response
AgentListItem[]
required
id
integer
required
name
string
required
description
string
nullable
required
logo_url
string
nullable
required
status
string
required
created_at
string
required
Changes