Control plane
A walkthrough of the SkyForge operator console. Every panel is driven by the same data model as the API — apps and their deploy log, the build pipeline board, the secure-admission gate, preview environments, addons and delivery metrics. It is a mockup: on the real platform the console renders through the tenant-scoped /api/v1 operations under your own token.
GET /api/v1/apps| App | Rev | Status | Replicas |
|---|---|---|---|
| storefrontacme/storefront | r9 | healthy | 4 |
| orders-apiacme/orders-api | r42 | rolling-out | 3 |
| search-svcacme/search-svc | r17 | healthy | 2 |
| billing-webacme/billing-web | r5 | rolled-back | 2 |
saga deploy-000042This is a static, non-functional preview. In production the cockpit is served by the service at GET /console and fetches live data through the authenticated API. Explore the real endpoints behind each panel in the endpoint catalog or the PaaS app plane deep-dive.