Skip to content

Reference

Console YAML

Understand the versioned operational interface definition stored in console.yaml.

console.yaml defines the operational interface for a SuperPlane app. It can arrange panels that display workflow data, status, metrics, tables and controls.

Build a console when operators need a focused view of one automated process. Keep the interface near its workflow definition so changes can be reviewed together.

Check data sources, action controls, empty states and access requirements. A console can expose operational information, so treat its configuration as production code.

The console presents and controls workflow data; canvas.yaml defines workflow execution. See Canvas YAML.