Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Application-wide settings management
GET /api/settings
{ "confirmBeforeDelete": true, "defaultModel": "sonnet", "defaultEffort": "medium", "language": "en", "autoOpenTerminal": false, "soundEnabled": true }
confirmBeforeDelete
defaultModel
opus
sonnet
haiku
defaultEffort
low
medium
high
language
en
tr
autoOpenTerminal
soundEnabled
PUT /api/settings Content-Type: application/json
{ "defaultModel": "opus", "language": "tr", "soundEnabled": false }