01 / Propose
AI returns a decisionThe candidate includes an action, target, confidence score, and reason. It has not received permission to act.
AI decision control layer
Let the model propose a decision. Then apply deterministic schema, allowlist, target, and confidence checks before any credentialed node can send, update, refund, publish, or write.
The FIRST10 launch code is prefilled for the first 10 customers through August 4, 2026. Regular price: $19 once. Confirm the total at Stripe checkout.
The boundary
01 / Propose
AI returns a decisionThe candidate includes an action, target, confidence score, and reason. It has not received permission to act.
02 / Validate
Policy decides the routeDeterministic checks compare the candidate with the caller's schema, allowlists, targets, and threshold.
03 / Route
Continue or human reviewApproved output may reach a separate downstream step. Everything else stops at a visible review branch.
What makes it an action firewall
This is a workflow reliability control, not a security guarantee. Keep least-privilege access, current software, logs, and human approval wherever the consequence requires them.
Four deterministic checks
Reject malformed JSON, missing fields, wrong types, and incomplete decisions before policy is evaluated.
Compare the requested action and target with explicit values supplied by the workflow that owns the consequence.
Send uncertain decisions to review instead of treating a valid shape as permission to proceed.
The gate returns continue or human_review. Credentials and external action nodes remain downstream.
Where the boundary helps
Customer operations
Email, tickets, and CRM updatesGate the intended action and destination before a message is sent or a customer record changes.
Money and access
Refunds, credits, and account changesKeep high-impact requests on an allowlist and send uncertain decisions to a person.
Publishing
Posts, documents, and database writesSeparate content generation from permission to publish or change a source of truth.
Inspect before buying
Before importing
It is a deterministic workflow step placed after AI output and before a credentialed action. It evaluates policy and returns either continue or human_review.
No. The gate has no credentials and performs no external action. A separate downstream node may act only after the route has been evaluated.
No. It is an importable n8n workflow. It does not include an AI model, hosted scanning service, API key, or subscription.
Yes. Use the free browser validator, read the implementation guide, and inspect the executed reliability evidence first.
A small gate before a real consequence
One-time importable workflow. No included API usage.