Administer platform-wide settings, health, maintenance, and configuration from a single control surface.
Auto-Title Conversations
Health & Status
Maintenance Control
Configuration Management
Cleanup Operations
Targeted Restarts
Audit & Logging
manage_system
with an action
value.
AUTO_TITLE_CHAT
Name | Definition | Format |
---|---|---|
conversation_id | Conversation to generate a title for. | String |
conversation_content | Optional summary to guide title quality. | String |
title_length | Max title length. | Integer |
SYSTEM_STATUS
Name | Definition | Format |
---|---|---|
include_details | Include component level details. | Boolean |
check_connectivity | Run connectivity probes where available. | Boolean |
MAINTENANCE_MODE
Name | Definition | Format |
---|---|---|
enable | Turn maintenance mode on or off. | Boolean |
maintenance_message | Optional banner message for users. | String |
estimated_duration | Estimated duration in minutes. | Integer |
SYSTEM_CONFIG
Name | Definition | Format |
---|---|---|
config_operation | One of GET , SET , UPDATE , RESET . | String |
config_key | Configuration key to read or modify. | String |
config_value | New value when setting or updating. | String |
CLEANUP_TASKS
Name | Definition | Format |
---|---|---|
cleanup_type | One of temporary_files , old_logs , expired_sessions , all . | String |
retention_days | Keep newer items for this many days. | Integer |
dry_run | Preview what would be removed without deleting. | Boolean |
SYSTEM_RESTART
Name | Definition | Format |
---|---|---|
component | Optional component name to restart. | String |
force_restart | Skip graceful shutdown if true. | Boolean |
confirmation | Must be true to proceed. | Boolean |
confirmation = true
only when ready.SYSTEM_STATUS
and decide on next steps.MAINTENANCE_MODE
with a clear message and duration.SYSTEM_CONFIG
to apply the desired configuration.CLEANUP_TASKS
with dry_run = true
, then execute for real.SYSTEM_RESTART
with explicit confirmation.SYSTEM_STATUS
and disable maintenance mode.dry_run
for cleanups and staged config updates to reduce risk in production.config_key
names and document them in your runbook.retention_days
to avoid premature log or session removal.conversation_content
when available.