24 capabilitiesone contract each
9 on the data plane15 control-only
8 need Dockerall on the control plane
Capabilities
Every one is invoked the same way — POST /capabilities/:slug — and discoverable at GET /capabilities. Click any card.
Both planes
inspectRead the app's state: app · resources · events · app-events · notifications · routes · scripts · docker · secrets · jobs · agent-runs · email · auth · healthInspectionverifyRead-only post-deploy contract smoke: health 200, page 302, API 401, cron 403, /auth/configC14 · Verificationset-secretSeal a secret (AES-256-GCM) into the vaultC5 · Secretunset-secretRemove a secret from the vault and delete its Secret resourceC5 · Secretschedule-jobRegister a durable jobC2 · ScheduledJobsetup-observabilityPoint the platform's OTLP export at an endpointC36 · ObservabilityStack
Data plane
agent-runInvoke a model with a forced structured-output schemaC1 · AgentTasksend-emailTransactional email over SMTP — inline or a built-in templateC12 · EmailDeliverysend-messageSend as the user through their connected provider — Gmail or Microsoft Graph — with a short-lived token from the connector vaultC25 · EmailDelivery
Control plane
initialize-appScaffold a Dockerized NextApplicationprovision-environmentConverge composeEnvironmentinstall-dependenciesnpm install inside the web container — nothing on your machineDependencyInstall · Dockerrun-dev-serverStart, stop or inspect the dev server (docker compose up / down / ps)DevServer · Dockerbuildnext build in DockerBuild · Dockertestnpm test (Vitest) in DockerTestRun · Dockerlintnext lint in DockerCheckRun · Dockerexplain-failureTurn a failed Build, TestRun or CheckRun log into an Analysis with a next stepAnalysisgenerate-feature-planA model-backed Plan for a Goal, persisted as a resourcePlandeployStart-first zero-downtime roll of composeC7 · Deployment · DockerproductionizeGenerate Dockerfile, composeC8 · ProductionArtifactsreleaseassess → publish → repin → deploy → verify, atomic and resumableC18 · Release · Dockerprovision-monitoringGenerate and start the Grafana / Loki / Prometheus stack with dashboards and alert rulesMonitoringStack · DockerevalDrive real models as MCP clients against a suiteC30 · EvalRundelivery-checkProve commit → tag → image → deploy → consumer freshness instead of claiming itC38 · DeliveryCheckRun