01 · INTENT
The agent proposes an action
An AI system produces an intent: subject, operation, parameters, target. Nothing has fired yet.
rover-7 · THRUST_ADJUST · Δv 9.5 · G1
Government & defense · Mission authority
An autonomous system can propose an action without having authority to carry it out. Put a verifiable permission check between that proposal and the vehicle, tool or system it controls. Keep mission limits and restricted actions under human authority—even when a request comes from compromised software.
The recorded demonstration below shows a rover requesting a thrust adjustment of 9.5 against a permitted limit of 0.5. Inspect the signed decision, then open the live kernel to submit a new request. This demonstrates an execution boundary; it is not evidence of a fielded defense system.
Run the live rover demonstrationThis is not a mock-up. Every strip below is read from a decision the kernel actually made and signed: a burn command of delta-v 9.5 against grant G1's bound of 0.5.
01 · INTENT
An AI system produces an intent: subject, operation, parameters, target. Nothing has fired yet.
rover-7 · THRUST_ADJUST · Δv 9.5 · G1
02 · BLUEPRINT
The request is reduced to a deterministic form, so the same intent always evaluates the same way.
intent hash 6d3b2ebce1baa7891fdc4835cb998033…
03 · POLICY
Every rule runs before anything executes. This trace is from the recorded decision, rule by rule.
G-struct ALLOW · G-epoch ALLOW · G-temporal ALLOW · G-catalog REFUSE · G-grant ALLOW · G-bounds REFUSE
04 · AUTHORITY
Authority is a held grant with bounds. This intent claims grant G1, which authorizes delta-v up to 0.5.
grant G1 · bound Δv ≤ 0.5 · requested 9.5
05 · DECISION
REFUSEOut of bounds, the action never reaches the thruster. This one was nineteen times the authorized maximum.
PARAMETERS_INVALID · EFFECT_BOUND_EXCEEDED
06 · RECEIPT
The decision, the intent hash, and the rule trace are signed together. Anyone can verify it without trusting ExecLayer.
rcpt-G1-msi6fhqi · ED25519 · 2c9f43e94821c35f5f5a650b…
The receipt this walkthrough prints is the recorded artifact itself. Watch the kernel refuse a live intent.
Keep vehicle commands inside the mission boundary approved by the responsible human authority.
01 · AI asks to act
Unarmed ground rover · controlled evaluation
Requested movement
Move outside the approved area
02 · Your rule applies
Ready to check. No request has been evaluated in this example yet.
Illustrative mission boundary, not a live vehicle control or a defense certification. Position integrity, obstacle avoidance and other safety checks are separate requirements.
See the underlying technology: live rover demoYou keep your AI and existing systems. We start with one workflow, configure checks around your approved rules, and connect them where the AI tries to act. Authorized requests can proceed. Other requests stop, with a record explaining the decision.
Your mission authority and program lead define the approved operating area and actions requiring human authorization, with safety and security review.
Your autonomy and control-system engineers connect the command boundary to trusted mission permissions and vehicle state.
Before a movement command reaches the connected vehicle controller. The integration must prevent the agent from going around the check.
We scope one workflow, translate supported rules into a versioned, validated, signed policy package, and connect an adapter that supplies trusted facts such as identity, recipient, and approval status. We then test allowed requests, blocked requests, and attempts to bypass the check before enabling execution.
One maintained kernel can support different policy packages and system adapters. A JSON file alone is not a complete deployment. We confirm rule support and integration requirements for your systems during scoping; additional implementation may be needed.
For a controlled evaluation, test out-of-area commands, revoked permissions, untrusted instructions and loss of required authorization inputs. Agree the fail-closed behavior and human approval boundary with the program before connecting to a vehicle or operational system.
These are typical ownership patterns; responsibilities vary by organization.
The mission-area example illustrates one authorization rule. The rover receipt separately demonstrates a recorded kernel decision. Deployment requires integration with the program’s command path, trusted state and approved policy; neither example establishes operational readiness.
Runtime authorization
Every AI action is refused unless authorized, decided deterministically before it runs.
Signed evidence
Every decision produces an ED25519-signed receipt tying intent, policy, and outcome together.
Independent verification
Receipts verify in any browser, offline, with no dependence on ExecLayer infrastructure.
Sovereign deployment
Deploys on-prem and air-gapped, with data residency under agency control.
Legal entity
ExecLayer Inc. (Delaware C-Corp)
Location
Monterey County, CA
UEI
WB5MWC9C4MX9
CAGE
21LT0
SAM.gov
Approved · Active Registration · Expires June 10, 2027
NAICS
511210 · 541511 · 541512 · 541519 · 518210
Point of contact
James D. Benton Jr. · Founder & CEO
james@execlayer.io
Deployment model: on-premises or air-gapped, with data residency under agency control. A live, verifiable demonstration runs in the browser with nothing to install.