Configure AI agent
configure_agentConfigure this workspace's AI support agent. All fields are optional, only the fields you pass are updated; the rest keep their current values. Call with no fields to just read back the current configuration. Does not touch or return any API keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Chat model id, e.g. gpt-4o-mini. | |
| enabled | No | Turn the automated AI agent on (true) or off (false). | |
| providerMode | No | 'platform' = platform-hosted keys (billed via AI credits); 'byok' = bring your own key. | |
| systemPrompt | No | The agent's system prompt / persona and answering rules. | |
| greetingMessage | No | First message visitors see when they open the chat. Pass an empty string to clear it. |