Prompts ask nicely.
Guardrails instruct the model. Aegis does not depend on the model's good behaviour—it verifies before execution.
Operational AI governance
Independent runtime authority · onlineAegis puts signed policy in the execution path of your AI agents—independently checking every action before it touches a tool, API, workflow, or record. Start with one workflow. Leave with regulator-ready proofs.
Our mission
AI is crossing the line from recommendation to action. SPQR exists to ensure no consequential agent action executes without independently verified authority—and every decision leaves evidence a regulator, auditor, or board can inspect.
The problem
The system proposing an action should not be the only system deciding whether it is allowed. Context can inform. Logs can report. Neither can independently stop the action.
Guardrails instruct the model. Aegis does not depend on the model's good behaviour—it verifies before execution.
RAG gives the model governed reading material. It still holds the pen. Aegis holds the authority to act.
Monitoring reports the breach. Runtime control decides before the API, workflow, or record is touched.
A field note from the future
Documents, prompts, and after-the-fact logs were built for systems that waited for humans. Agentic AI does not wait. Governance has to move at runtime.Legacy era → operational authority
The four-week proof
Not an open-ended transformation program. A fixed-scope proof that turns one consequential workflow into a governed, inspectable control pattern.
Choose one consequential workflow. Map its operations, policy boundaries, owners, and failure conditions.
Turn approved policy into a deterministic governance bundle, signed with your authority and scoped to the workflow.
Connect Aegis and run allow, deny, escalate, stale-policy, and fail-closed scenarios in the live execution path.
Inspect the receipts, deliver the evidence pack, and make a clear decision on the next workflow and rollout path.
How it connects
You do not rebuild your agents. Put Aegis at whichever seam you already control. Most teams begin with the SDK on one workflow.
Wrap the tool call. Your agent asks Aegis can_i() before it acts and only proceeds on allow. Lowest latency, most precise scope.
Route tool and API traffic through the Aegis gateway. Actions are mapped and verified in transit with no agent code change.
Drop in to Copilot, Agentforce, and ServiceNow action hooks. Aegis registers as the authorisation step in the platform flow.
# The agent proposes. Aegis decides before any effect. from aegis import Runtime aegis = Runtime(scope="org/acme/dept/sales/agent/copilot") decision = aegis.check(action="send_email", target="customer") if decision.verdict == "allow": tools.send_email(...) # executes only here elif decision.verdict == "escalate": approvals.request(decision.ticket) else: raise BlockedByPolicy(decision.reason) # fail closed
Scoped authority
Each layer narrows the operating envelope for the one beneath it. Internal policy can add stricter local rules—it cannot silently weaken the baseline floor.
Before runtime
Praxis assesses and remediates organisational policy against the assigned regulatory baseline. Aegis verifies and enforces the approved authority at runtime.
Aegis should enforce authority the organisation has actually established and approved. It should never need to invent it.
Why it is different
Most platforms put policy around AI. Aegis puts policy in the execution path.
What you can prove later
The claim is not “the AI was right.” It is that the system followed a reviewed, signed, active policy state—and you can inspect the receipt for any single action.
Approved clause set, source-span mapped and digested.
sha256:4c9e…d21bDeterministic bundle, hashed and signed with your key.
sig:0x7f3a…a91fRuntime pointer checked live before any decision runs.
head@a91f ✓Allow, escalate, or deny with the mapped operation.
allow · 31msWhat was touched, tied back to the signed state.
rcpt:9b2c…f04eThe proof artefact
Every governed action can be traced back to the exact authority active at the moment of execution.
Built for the whole decision
Aegis gives every member of the buying committee an answer in the language of their responsibility.
For Legal
Show which approved policy governed the action, which authority signed it, and what the system did before execution.
Trust model
A security product should not hand-wave its own security. Here is the threat model in plain terms.
Custody
Governance bundles are signed with keys in your HSM or KMS. Aegis verifies signatures; it cannot forge authority it was not given.
What it stops
A modified bundle, expired HEAD, or mismatched scope fails verification. The action cannot execute.
Failure mode
No valid signature, mapped operation, or trust region means no execution. Downtime blocks actions; it never opens them.
From proof to standard
The four-week proof is not pilot theatre. It creates a reusable governance pattern for the next workflow, business unit, and enterprise rollout.
Prove enforcement and evidence on a consequential action path with named owners and policy.
Reuse the integration and governance pattern across adjacent agents, tools, and operational teams.
Establish Aegis as the independent runtime authority across agentic systems.
Who is accountable
SPQR builds independent control infrastructure for agentic AI. We are a focused team out of Melbourne with backgrounds in policy compilation, distributed systems, and enterprise security engineering.
We do not sell another AI assistant. We sell the layer that decides what your assistants are allowed to do—and the evidence to prove it held.
The next step
Choose a workflow. Upload the policies. Activate runtime authority, then run allow, deny, escalate, and fail-closed live. Inspect the chain.
20-minute technical brief · bring one governed workflow · we show the chain