Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create and manage AI bots, attach channels, tools, and knowledge base files
GET /api/bots
POST /api/bots
name
description
systemPrompt
colorTheme
blue
indigo
purple
green
red
orange
yellow
active
true
GET /api/bots/:id
PATCH /api/bots/:id
DELETE /api/bots/:id
GET /api/bots/:id/files
POST /api/bots/:id/files Content-Type: multipart/form-data
file
DELETE /api/bots/:id/files/:fileId
GET /api/bots/:id/urls
POST /api/bots/:id/urls
url
DELETE /api/bots/:id/urls/:urlId
GET /api/bots/:id/tools
POST /api/bots/:id/tools
toolId
DELETE /api/bots/:botId/tools/:toolId
GET /api/bots/:id/webhooks
POST /api/bots/:id/webhooks
PATCH /api/bots/:id/webhooks/:webhookId