Update chatbot settings
Updates various chatbot configuration settings
Documentation Index
Fetch the complete documentation index at: https://chatbase.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in Bearer token format
Body
ID of the chatbot to update
"ckl123abc456"
Chatbot name
"My Chatbot"
System instructions for the chatbot
"You are a helpful customer service assistant"
Initial greeting messages
["Hello! How can I help you?"]Suggested conversation starters
[
"What are your hours?",
"How can I contact support?"
]Enable or disable access to the chatbot
public, private "public"
Allowed domains for the chatbot
["example.com", "subdomain.example.com"]Whether to restrict to allowed domains only
false
Rate limit per IP address
10
Timeframe for IP rate limiting
3600
Message shown when rate limit is exceeded
"Too many requests. Please try again later."
AI model to use for the response
gpt-4o, gpt-4o-mini, o4-mini, gpt-oss-120b, gpt-oss-20b, gpt-5, gpt-5.1, gpt-5.2, gpt-5.4, gpt-5.4-mini, gpt-5.4-nano, gpt-5-mini, gpt-5-nano, claude-opus-4-6, claude-sonnet-4-6, claude-opus-4-5, claude-haiku-4-5, claude-sonnet-4-5, gemini-2.5-flash, gemini-2.5-pro, gemini-3-flash, gemini-3.1-flash-lite, gemini-3.1-pro, grok-3, grok-3-mini, grok-4, DeepSeek-V3, DeepSeek-R1, Llama-4-Scout-17B-16E-Instruct, Llama-4-Maverick-17B-128E-Instruct-FP8, kimi-k2 "gpt-4o-mini"
Temperature setting for AI responses
0 <= x <= 10.7
Response
Settings updated successfully
"Your changes are saved."