Agent framework path
Apply one oversight model even when teams use different agent frameworks and toolchains.
A fail-closed control plane that proves intent, policy, and execution before anything runs.
Pre-execution control plane for agent actions (policy → approval → scoped session → audit).
Apply one oversight model even when teams use different agent frameworks and toolchains.
Enforce the same policy and approval behavior across MCP-based integrations.
Control high-risk API actions with deterministic checks before execution begins.
Same inputs, same result - bound to a versioned policy.
Time-bound, revocable capability - limited to explicit intent.
Append-only receipt that ties intent → approval → execution.
decision=needs_review
traceId=trc_01hq8w77na
matchedPolicy=policy_transfer_guard_v5
action=tool: finance.transfer
reason=Transfer exceeds auto-allow thresholdThis is what auditors and reviewers can verify.
session=sess_01hr2n9d3
duration=15m
constraints=amount<=500, destination_allowlist=true
revocable=trueThis is what auditors and reviewers can verify.
deny to stop execution when requested action is outside policy.deny until required approval, session, or context is present.needs_review or deny so no privileged action runs without current authorization.Walk through one high-risk workflow and leave with an enforceable policy.