# Chatbot

Type: object

Automated chat flow that can serve selected teams or the whole workspace.

## Properties

- `id` (string, required)
- `name` (string, required)
- `status` (ChatbotStatus, required)
- `teamIds` (array<string>, required) - Teams this chatbot serves. Empty array means the chatbot is the
tenant-wide fallback (used when a session's team has no
team-specific bot assigned).
- `createdAt` (string, required)
- `updatedAt` (string, required)
- `draft` (ChatbotWorkflowDefinition, optional)
- `activeVersion` (ChatbotVersion, optional)

