Skip to main content
AI agents in ChatbotX are configurable LLM-powered assistants that can handle conversations autonomously. Each agent has a system prompt, a set of AI models, tools it can use (such as web search), and temperature and token settings that control its behaviour. Use this endpoint to retrieve all AI agents in your workspace for inspection, synchronisation, or configuration auditing.
GET /api/v1/ai-agents

Code Examples

Response

Returns 200 OK with a data array of AI agent objects and a pageCount.

Response Fields

array
required
Array of AI agent objects configured in the workspace.
integer
required
The total number of pages available.

Example Response