Works with your stack
The chain-of-command problem
A Singapore clearing agent receives an instruction from a Tokyo orchestrator. It can verify the instruction came from another agent. It cannot verify that a human authorised it, that the amount is within limits, or that the counterparty passed sanctions screening — unless something upstream enforced those checks and left proof.
Four failure modes. All silent. All undetectable at the execution boundary.
Tokyo · Orchestrator Agent
"Execute settlement · ¥420,000,000 · Counterparty XY"
Singapore · Execution Agent
Identity verified. But: sanctions? Limits? Human approval?
No way to know. No proof exists.
External Settlement System
Executed. Irreversible. £2,800,000 moved.
How it works
Enterprise approval at the decision point — not inside the agent prompt, not reconstructed after the fact.
Before executing a high-consequence action, the agent calls AIIAN with the full action payload.
POST /aiian/evaluate
→ action_type, payload, agent_id
AIIAN evaluates the request against enterprise policy. Approved or blocked — with a complete record either way.
The action is approved or blocked according to enterprise policy. The outcome is recorded immediately — ready for audit.
pao_a3f7c291 · approved
single-use · audit recorded
Policy is controlled by the enterprise — not embedded in the agent. Every decision is recorded.
What AIIAN provides
One governance layer above all agent frameworks. Enterprise approval, risk controls, and audit — regardless of what stack your agents run on.
A verifiable, single-use authorisation token tied to the specific action and approval context. Prevents misuse and replay across different actions.
AI agents request approval before acting. AIIAN evaluates each request against enterprise policy and approves or blocks it. Policy stays with the enterprise — not inside the agent.
Every approve and block decision is recorded at the moment of evaluation. Ready for regulatory review, underwriter verification, or internal audit.
AIIAN helps enterprises apply consistent risk controls across multiple agents. When limits are reached, controls apply uniformly — not just on the next reporting cycle.
AIIAN helps enterprises manage role-based controls across multi-agent workflows, ensuring agents act within their intended authority at every step.
Above-threshold actions are held for human review before proceeding. Reviewers approve or reject via a secure interface. Every review decision is recorded.
AIIAN Cloud Sandbox
Shadow-mode execution control. Run realistic payment scenarios against two pre-configured demo ControlPacks — no production system connections required.
# Evaluate a payment action curl -X POST \ https://aiian-gate-node.../sandbox/actions/evaluate \ -H "X-Sandbox-Key: sbx_..." \ -H "Content-Type: application/json" \ -d '{ "tenant_id": "demo_bank", "agent_id": "my-agent-01", "action_type": "payment_instruction.create", "payload": { "amount": 450000, "counterparty_id": "cp_acme", "sanctions_status":"clear" } }' # Response { "decision": "WOULD_RELEASE", "evidence_record_id":"evd_3a9f12", "payload_hash": "sha256:b4c2f…", "severity": "none" }
Regulatory compliance
ICT risk management for EU financial entities
Algorithmic trading controls & audit trails
Operational risk & internal controls framework
Japan & UK financial services governance requirements
Compliance information attached to every decision event automatically. Internal control evidence for AI-initiated transactions — ready for audit.
Get started
Active pilot with regulated financial institutions. Settlement, FX, procurement, contract commitments — if your agents execute high-consequence transactions, we want to talk.
Pilot access is by invitation. We respond to every request personally. No sales funnel.
Initial focus: financial institutions operating under DORA, Basel III, MiFID II, and J-SOX.