// docs / how ai works

Approved commands

The hardcoded whitelist of commands the agent is allowed to execute.

The agent executes commands only from a strict whitelist. No arbitrary shell commands can be run.

CommandWhat it does
flush_dnsClears the DNS resolver cache
renew_ipReleases and renews IP configuration
restart_network_adapterRestarts a specific network adapter
ping_testTests connectivity to a host
get_network_infoReturns current network configuration
get_system_infoReturns OS and hardware details
get_running_processesReturns top processes by CPU usage
get_installed_softwareReturns list of installed applications
get_disk_usageReturns disk usage per volume
get_cpu_usageReturns current CPU metrics
get_memory_usageReturns current memory metrics
get_update_statusReturns pending OS update count
get_antivirus_statusReturns antivirus and protection status
kill_process_by_pidTerminates a specific process by PID
clear_temp_filesClears system temporary files
get_event_logsReturns recent Windows event log errors

Commands outside this list are rejected by the agent.

The whitelist is hardcoded and cannot be modified remotely.