PUT
/
api
/
bot-accounts
/
settings
Update Settings
curl --request PUT \
  --url https://api.example.com/api/bot-accounts/settings

Request Body

{
  "llmProvider": "openai",
  "openaiApiKey": "sk-...",
  "llmModel": "gpt-4o",
  "autoReply": true,
  "autoReplyInterval": 120,
  "autoReplyTone": "professional"
}
All fields are optional. Only included fields are updated. Updating auto-reply settings triggers a restart of the auto-reply background worker.