chat-ai
chat_agents

Create Chat Agent

Create a new Chat Agent.

post/api/v1/chat-ai/chat-agents

Request body

namestring required
system_promptstring nullable
modelstring
timezonestring nullable

Response

Successful Response

idstring uuid required
namestring required
system_promptstring nullable
modelstring
timezonestring nullable
tenant_idstring uuid required
enabledboolean required
is_default_chat_agentboolean
is_guide_agentboolean required

True for the tenant's Knowledge Agent (the AI Guide Agent).

The guide agent is just another ChatAgent row, identified only by its canonical name. Exposing this derived flag lets the main-chat UI exclude it from agent selection without leaking that name string into the client.

Changes

No recorded changes to this endpoint across all 1 revision of this API.