Evaluate an interaction
const decision = await qeris.evaluate({
subject,
signals,
})
return decision.verdictIntegrate trust intelligence directly into your applications.
Qeris Trust SDK gives developers typed infrastructure for requesting contextual, explainable trust decisions inside product workflows.
const decision = await qeris.evaluate({
subject,
signals,
})
return decision.verdictIntegration flow
Code example
The calling application supplies context and signals, then receives a stable response it can evaluate without interpreting hidden weights.
const decision = await qeris.evaluate({
subject,
signals,
})
return decision.verdict{
"decision": {
"verdict": "allow",
"riskLevel": "low",
"confidence": 0.68
},
"identity": {
"summary": "No signs of identity impersonation were detected."
}
}Developer capabilities
Architecture
Review the architecture and typed foundations available in the Qeris repository.