Decision flow
Watch the engine decide. See the verdict. See the proof.
Click a node for its detail. Pre-loaded scenario: KYC verification with risk-tier escalation.
Plain Q&A
Short questions. Short answers.
- Do I need to sign up? No.
- Is this real? Yes. Real Workers. Real keys.
- Can I see the source? Yes. The runtime is open.
- Where does state go? Public sandbox DB. Resets daily.
- Will it log my IP? No. Logs are scrubbed.
- How many calls free? Up to 200 per hour.
- Curl-friendly? Yes. Every endpoint.
- Bring my own data? Yes. Drop a JSON. Try.
┌──────────────────────────────────────┐
│ Proposed action │
│ actor: kyc_triage_001 │
│ capability: kyc.verify │
└─────────────────┬────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ KYE Decision Engine™ │
│ (algorithm + ordering + reason-code │
│ alphabet are proprietary │
│ track and are not disclosed here) │
└─────────────────┬────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ Verdict + signed Decision Map™ │
└─────────────────┬────────────────────┘
│
▼
┌──────────────────────────────────────┐
│ Emit audit event & compose │
│ evidence pack │
└──────────────────────────────────────┘
Admissibility
First gate. Verifies the action is decidable: actor & principal resolved, capability known, prohibited-class check, evidence ready, jurisdiction supported. See public/vocabulary/action-admissibility.md.
Authority Finality
Resolves the in-force authority path from actor to principal. SLA: in-force authorities locatable in <200 ms.
Meaning Continuity
Scores meaning preservation across handoffs; routes to reconfirmation on material drift. See public/vocabulary/meaning-continuity.md.
Risk & Assurance
Compares assurance level to capability minimum and risk threshold to action class.
Required gates
Honours required_gates on the entity authority record (e.g. payment_execute, external_send).