Data intake & validation
Webhook intake, schema checks, sanitization and safe rejection paths.
Download JSONn8n + REST API + LLM
A portfolio-safe automation layer built around AHF business logic. It validates sanitized exception data, asks an LLM for a structured preliminary analysis, and keeps a human approval gate before external communication.
Workflow architecture
Each stage has a clear job, a failure path and a human owner.
Interactive demo
The public demo never reads AHF production files. Demo mode is deterministic; live mode uses the server-side Cloudflare credentials when configured.
Loading sanitized dataset...
| ID | Exception | SKU | Variance | Severity |
|---|
Human-in-the-loop
Run analysis first
n8n deliverables
Each JSON file is intentionally small enough to explain in an interview and focused enough to test independently.
Webhook intake, schema checks, sanitization and safe rejection paths.
Download JSONCalls the portfolio API and returns structured analysis for the review queue.
Download JSONBlocks outbound action until an explicit approval flag is received.
Download JSONReliability controls
Interview proof