Contract
Required schemaAction, confidence, target, and reason must all be present and valid.
AI Output Safety Gate / OWF-AISG-001
Put a deterministic validation step between an AI response and the workflow that would act on it. Bad, uncertain, or disallowed output goes to human review instead of quietly continuing.
One-time digital purchase with automatic delivery after Stripe confirms payment. Processed by AIMart.trade; your statement will show AIMART.TRADE.
01 / The control layer
Contract
Required schemaAction, confidence, target, and reason must all be present and valid.
Policy
Allowlists + thresholdThe caller controls allowed actions, allowed targets, and minimum confidence.
Failure default
Human reviewInvalid JSON, low confidence, or a blocked action cannot continue automatically.
02 / Simple webhook contract
{
"candidate_output": {
"action": "route_lead",
"confidence": 0.92,
"target": "sales",
"reason": "High-intent request"
},
"allowed_actions": ["route_lead"],
"allowed_targets": ["sales"],
"minimum_confidence": 0.8
}{
"accepted": true,
"route": "continue",
"attempts": 1,
"retry_used": false,
"issues": [],
"external_action_executed": false
}03 / Included evidence
A separate, explicitly approved n8n step must consume the continue decision and perform any consequential action. This keeps credentials and action nodes outside the downloadable gate.
What the purchase includes
Import the JSON into n8n, activate the webhook, set the caller policy, and connect the returned route only after you approve the downstream action boundary.
04 / Before buying
Enter FIRST10 at Stripe checkout to pay $9.50. The launch link prefills the code; confirm the discounted total before paying. It is limited to the first 10 customers and expires after August 4, 2026.
No. It validates output produced elsewhere, so you keep model choice, prompts, and credentials in your own environment.
No. It only returns continue or human_review. You decide what an approved downstream step may do.
Yes. The public reliability page contains the executed harness, test matrix, platform-support result, and disclosed limitations.
Stripe redirects a completed payment to a protected receipt page. The server validates that exact paid session before releasing the workflow JSON.
A small control before a large consequence
One-time purchase. No subscription and no included API usage.