Issuance
Mints credentials for agents, services, and workloads.
Identity vs execution authority
Identity proves who an agent is and on whose behalf it acts. Execution authority decides what that agent may execute, denies the unknown by default, and records a signed receipt.
Identity proves who. Execution authority rules on what. The receipt binds both.
The category
As agents multiply, each one needs a verifiable identity: a credential to authenticate, a way to delegate on a user's behalf, and rotation so secrets stay short-lived. This is essential work. It answers who is calling and on whose behalf.
Mints credentials for agents, services, and workloads.
Proves the caller is the principal it claims to be.
Passes a scoped credential from one principal to the next.
Expires and reissues secrets so credentials stay short-lived.
The difference
An agent can authenticate cleanly and still propose a side effect that policy should stop. Identity answers who; it does not rule on what. Execution authority owns that decision and the evidence behind it.
A delegation chain
A founder delegates to an ops agent, which delegates to a deployment tool. Identity proves each link. HELM rules on the action at the end of the chain and binds the chain into the receipt.
Agent proposes
Founder to ops agent to deploy tool: proposes a production deploy
HELM checks policy
Reads the delegation chain, then checks environment and policy
Verdict
ESCALATE
Proof
Delegation-chain receipt + change EvidencePack
Questions
It is the discipline of giving agents, services, and workloads verifiable credentials, authenticating them, and managing delegation and rotation. It answers who is acting and on whose behalf.
Identity proves who an agent is. Execution authority decides what that agent may execute, denies anything unknown or unapproved by default, and records a signed receipt. A valid identity can still propose an action that policy should stop.
Identity carries the chain: a user delegates to an agent, which delegates to a tool. HELM reads that chain at the moment of execution, checks the proposed action against policy, and binds the verdict and the delegation chain into the receipt. Identity supplies who; HELM rules on what and keeps the proof.
No. HELM checks a proposed action against policy before the effect runs and records a receipt. Your identity provider still issues and authenticates credentials. HELM consumes that identity to decide what the principal may execute.
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 delegated action to the boundary and see the verdict and the receipt.