Endpoints
List Bots
Create Bot
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Min. 3 characters |
description | string | Yes | Min. 10 characters |
systemPrompt | string | Yes | Instructions for the bot |
colorTheme | string | No | blue, indigo, purple, green, red, orange, yellow |
active | boolean | No | Default true |
Get Bot
Update Bot
Delete Bot
Bot Knowledge Base — Files
List Files
Upload File
| Field | Type | Description |
|---|---|---|
file | file | PDF or text file for RAG training |
Delete File
Bot Knowledge Base — URLs
List URLs
Add URL
| Field | Type | Description |
|---|---|---|
url | string | URL to scrape and embed |
Delete URL
Bot Tools
List Tools
Attach Tool
| Field | Type | Description |
|---|---|---|
toolId | number | ID of the tool to attach |