Control plane

The cockpit for a governed app 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.

strato · console — tenant: acmeregion eu-west · enterprise
AppsGET /api/v1/apps
AppRevStatusReplicas
storefrontacme/storefrontr9healthy4
orders-apiacme/orders-apir42rolling-out3
search-svcacme/search-svcr17healthy2
billing-webacme/billing-webr5rolled-back2
Deploy log — storefrontsaga deploy-000042
12:00:00checkoutclone acme/storefront @ main (9b2c867)
12:00:02buildhermetic build on runner rnr-eu-3 → sha256:9b2c867f00aa
12:00:44test124 / 124 passed · 28.6s
12:01:12scan0 critical · 1 high
12:01:22gateall quality gates passed
12:01:22admitimage admitted — signed + SBOM + scanned (SS-04)
12:01:27rollrevision 9 rolling out (exactly-once)
12:01:33routerouted https://storefront.acme.skyforge.app
saga complete · status done · revision 9 healthy

This 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.