Loading...
Procurement›Approval Routing›0 approvals
Live
_predict
71%
Auto-routed
6
Escalations
3.1%
Override rate
_predict
POST /api/v1/_predict
{
"from": "approval_history",
"where": {
"amount": $amount,
"supplier": "$supplier",
"cost_center": "$cost_center"
},
"predict": "approval_level"
}
{
"from": "approval_history",
"where": {
"amount": $amount,
"supplier": "$supplier",
"cost_center": "$cost_center"
},
"predict": "approval_level"
}
How it works
Approval routing uses aito.._predict to suggest the correct approver and escalation level for each PO from historical routing decisions. Suggestions surface for governance review — they are not policy until promoted via the Rule Mining workflow with explicit signoff. The audit trail records every override and every promoted rule.
Learn more