Skip to content

Console

The console is the management console for an app. This is where you operate your app, view status, and manage data.

Openclaw Manager console with KPI panels, agent table, charts, and quick start controls

The console is a grid of panels. Each panel can be configured to manage different data sources and display different types of data.

The console is configured by editing the console.yaml file in the app’s git repository. See Files for more details.

You can edit the console by clicking the Edit button in the top-right corner of the console.

In the editor, you can add, remove, and configure panels.

PanelPurpose
MarkdownRunbooks, notes, and status copy (GFM markdown)
TableRows from memory, executions, or runs
ChartBar, stacked bar, line, area, or donut charts
NumberA single KPI (count, sum, average, and similar)
NodeOne pinned node with live status
Key NodesMultiple pinned nodes with live status

Data panels read from memory, executions, or runs.

  • Memory — JSON data from the app’s memory. See Memory.
  • Executions — Execution history from the app’s executions.
  • Runs — Run history from the app’s runs.
  • Combine panels to create a dashboard that provides a holistic view of your app’s status and data.
  • Use AI agents to generate the console panels and data sources.