Registry
Catalogs the agents, tools, and connectors in play.
Control plane vs execution authority
A control plane catalogs your agents and routes their traffic. Execution authority decides whether a consequential action may run, denies the unknown by default, and records a signed receipt.
A control plane organizes. Execution authority rules. One of them binds proof to the effect.
The category
As agent fleets grow, teams want one place to see what is deployed, route each request, and hold shared configuration. The control-plane framing is a reasonable answer to that problem. It tells you what exists and where traffic goes.
Catalogs the agents, tools, and connectors in play.
Sends each request to the right model, tool, or service.
Holds keys, limits, and per-agent settings in one place.
Collects traces and metrics for what agents did.
The difference
A control plane can deliver a request to the right tool and never decide whether the resulting side effect should happen. Execution authority owns that decision and the evidence behind it.
A consequential action
A control plane would route this request. HELM decides whether the side effect may run and records proof either way.
Agent proposes
Agent proposes to revoke an access token in production
HELM checks policy
Checks policy, principal, and scope before the change
Verdict
ESCALATE
Proof
Access-change receipt + signed EvidencePack
Questions
It is the management layer that catalogs your agents, tools, and connectors, routes requests to the right place, and holds shared configuration. It answers what is deployed and where each request goes.
A control plane organizes and routes. Execution authority decides whether a proposed side effect may run, denies anything unknown or unapproved by default, and binds a signed receipt to the action. One catalogs traffic; the other rules on each consequential effect.
They sit at different points. A control plane keeps agents organized and routed. HELM sits at the moment of execution and rules on the side effect. You can run a control plane and still have no answer for who authorized a given action.
No. HELM checks a proposed action against policy before the effect runs and records a receipt. It does not catalog or route your agents; it decides what they may execute and proves what happened.
Keep reading
Terms
A small bundle of records used to verify one event or review path.
Use for replayable evidence slices.A record chain that helps replay and check what happened.
Use for HELM proof records and replay paths.HELM lets the action run.
Use as a canonical verdict.HELM blocks the action.
Use as a canonical verdict.HELM stops and asks for more facts, policy, or human approval.
Use as the canonical non-dispatch path for missing facts, policy hold, or approval.Bring one consequential action to the boundary and see the verdict and the receipt.