Skip to content

Mission Control

hypersdk edited this page Aug 7, 2026 · 1 revision

Mission Control

Live ops console served by zyvor-qa serve/dashboard. Deep: Tutorial 10 · customer manual.

Open it

zyvor-qa serve --port 8080
open http://localhost:8080/dashboard

Auth: off by default locally. Set DASHBOARD_PASSWORD (optional DASHBOARD_USER, default admin) before exposing. Remote deploy generates credentials by default.

UX cues

Cue Action
Boot splash Short intro on load
Signal-field / constellation Live canvas behind hero
⌘K Command palette (all Actions)
Double-click brand NOC wall mode
` or type zyvor Warp cue
Primary Smoke CTA One-click smoke job

Reduced-motion preferences are respected.

Actions panel (20+)

Click a card → live stream (✓/✗ chips, Stop, CSV/HTML/PDF downloads). One job at a time.

Area Examples
Pipeline Smoke, Full pipeline, Generate, Discover
Journeys Flow, HAR, Codegen import, Route sweep
API / auth / live API contract, Auth/session, Realtime WS/SSE
Web quality Core Web Vitals, Site audit (A–F), Flaky, Crawl
Visual Screenshot, Compare, Regression
Probes Ping, TLS, Load, Exposed paths, headers, …
Knowledge Ask Zyvor (optional RAG)

Schedules

Turn any job into a recurring monitor (5 min – 6 h). Single-flight respected.

Cluster panels

With kubeconfig / in-cluster SA: Pods, Workloads, log tails.

API (thin client)

Endpoint Purpose
POST /api/dashboard/jobs {kind, params} start job
GET /api/dashboard/jobs/status Live status
POST /api/dashboard/jobs/cancel Stop
GET /api/dashboard/overview · /pods · /runs · /tests Overview
GET/POST/DELETE /api/dashboard/schedules Monitors
GET /api/dashboard/jobs/report.{csv,html,pdf} Artifacts
POST /webhook/github HMAC deploy/PR hooks
GET /health Liveness

Enterprise durable jobs: Enterprise /api/v2.

Demo

Full KT walkthrough · Demos

Clone this wiki locally