Govern the action, not the session
Each semantic action is authorized against attenuated authority in real time. A valid session is not a blank check.
Product · AI Action Control Plane
RaksHex turns an agent request into a governed action: identify the actor, resolve delegated authority, evaluate policy, mediate the credential, and preserve the resulting decision evidence.
Governed action receipt
Evaluate a semantic action against policy and delegated authority before execution.
Parent-to-child authority can preserve or narrow scope, but cannot silently expand it.
For brokered execution, a DENY prevents the requested credential from being released.
Record decision context in a hash-chained ledger designed to make tampering evident.
Private-beta rule: begin with one agent and one consequential action. Expand only after the authority map and decision evidence are understood.
The Agent Firewall core, piece by piece: how an action gets authorized, delegated, enforced, and recorded.
Policy is written against what an agent is doing, not the HTTP call underneath it.
Drag the handle to compare governing who has a session against governing what each individual action is actually allowed to do.
Parent-to-child attenuation — a child authority can never exceed its parent's scope.
A DENY blocks the credential itself — the secret never reaches a denied caller.
Every decision is recorded tamper-evidently for audit and dispute resolution.
A valid API key or session token proves who is calling — not whether this specific action, right now, should be allowed.
Every semantic action is evaluated against the caller's actual delegated authority, not just whether the session is valid.
Enforcement happens at the credential broker, so a blocked action can't fall back to a raw API key that still works.
The hash-chained Action Ledger gives you a tamper-evident record of every authorization decision, not a log you have to trust.
The credential broker mediates every brokered request. A DENY blocks the secret from ever reaching the caller — enforcement lives at the same layer as the credential, not in a dashboard someone has to watch.
The same semantic action and delegated-authority model applies regardless of which LLM provider or coding agent is making the call.
Action Authorization & Policy Engine
One system of record
Point tools solve isolated pieces. RaksHex connects authorization, credential mediation, and evidence so the same answer holds up in an engineering review, a finance review, and an audit.
Each semantic action is authorized against attenuated authority in real time. A valid session is not a blank check.
The credential broker mediates brokered requests. A DENY blocks the secret from reaching the caller.
Evaluate provider and model rules, budgets, tool policies, PII redaction, injection signals, and kill switches before execution.