The operator control plane for Gloo Forge — real-time management of agents, workflows, approvals, and observability.
Burgundy is the operator dashboard for Gloo Forge. It is a that gives operators a real-time control plane for the entire Forge platform — managing agents, launching workflows, triaging approvals, monitoring execution, and tracking costs. It communicates with the Forge platform exclusively through the Dashboard API — a Convex-reactive boundary that provides domain-complete data with zero client-side joins.Burgundy does not execute agent work. It is the human interface across the full system: one consistent view over declared state in Convex and live runtime behavior from Bridge.
Burgundy authenticates users through . All public queries require authentication. All mutations (registry writes, workflow actions, gateway management) require the forge-admin role.
The dashboard footer shows the Bridge connection status with auto-recovery and backoff when the connection drops. A status indicator shows connected (green), reconnecting (amber), or disconnected (red) states.Architecture: See the Dashboard API for how Burgundy communicates with Forge. →