Coderunner
List, inspect, and restart Coderunner instances when integration is configured.
This page documents a feature that requires external Coderunner configuration. The UI is live but needs CODERUNNER_URL and CODERUNNER_TOKEN set on Control Plane.
Pillar #9· Coderunner Mgmt UI⚠️ Scaffold
What it will do
Coderunner management lets you see running app instances, inspect status, restart runners, and jump to Process Log for live output.
What works today
When Coderunner is wired to Control Plane:
- List runners filtered by workspace and app
- View runner status and metadata
- Restart button per runner
- Link to Process Log with filters pre-filled
Prerequisites
Control Plane environment must have:
CODERUNNER_URL— Coderunner API base URLCODERUNNER_TOKEN— service authentication token
Without these, the page shows an empty or unavailable state.
Portal location
Sidebar → Build → Coderunner, or workspace detail → Coderunners section.
Related docs
- Coderunner API — integration reference
- Front Door — public URL edge proxy
- Process Log — runtime logs
Related API
GET /v1/workspaces/{id}/coderunners— list runnersPOST /v1/workspaces/{id}/coderunners/{id}/restart— restart runner