Capability Status & Lifecycle
Review deployed Capabilities, installation state, version status, recent activity, and pause state.
Review deployed Capability status, recent executions, approvals, usage, and model policies from a workspace-scoped control surface.
// stackmint.yaml
// Global Intent Gate & Routing Configuration
routes:
- intent_match: "clinical_research"
action:
type: "route_to_model"
model: "gpt-4-turbo"
governance:
budget_ceiling: 5000 # USD
require_hitl: true
data_residency: "us-east"
- intent_match: "internal_drafting"
action:
type: "route_to_model"
model: "llama-3-70b-internal"
governance:
budget_ceiling: unlimited
require_hitl: false

Execution Layer
View Capability status, recent runs, approval activity, execution usage, and runtime state. Pause new Capability launches or terminate an active execution when intervention is required.
Review deployed Capabilities, installation state, version status, recent activity, and pause state.
Inspect recent executions, HITL activity, success status, and available cost or credit attribution.
Apply Capability-level runtime state, model policies, permissions, and run limits within an authorized workspace.
Enterprise Activation
Move this operating surface into a governed sandbox. Stand up the live demo path, validate the operating model, and move from concept to enforceable execution.