Agents never hold infrastructure credentials. The gateway validates the call, asks policy, mints a scoped token for that one call, and records it. Direct routes stop at the boundary.
Requirement
Stand up and own the MCP and tool-gateway layer so agents reach infrastructure through governed interfaces instead of ad hoc credentials.
Risk tiers, enforced here
T0 read-only: auto-approved.
T1 reversible writes (PRs, dev sync): auto-approved, audited.
T2 prod-affecting: human approval or pre-approved runbook.
T3 (secret reads, IAM, pod exec): never exposed.
Evidence and gap
Built in Hangar: Tower write-action policy (delegated vs interactive, lower-env only, authz required for prod RBAC) and never-persisted credentials. Proposal only: a general MCP gateway with OPA or Cedar policy.