Hanzo
CLIRisk

Risk

11 `hanzo` commands for Risk, each calling one operation on api.hanzo.ai.

Package risk is HANZO RISK's model plane: the per-organisation feature surface and the per-organisation models trained on it.

11 commands · API reference →

CommandCallsWhat it does
hanzo risk featuresGET /v1/risk/featuresThe feature catalogue: what the model reads, and what your surface carries
hanzo risk healthGET /v1/risk/healthWhether the risk model plane can actually work right now
hanzo risk learnPOST /v1/risk/learnTeach your organisation's own model from its own events
hanzo risk policy getGET /v1/risk/policyYour organisation's decision-regime history, and which version is in force
hanzo risk policy replacePUT /v1/risk/policyState the decision regime: the appetite, the sample, and whether the model is live
hanzo risk scorePOST /v1/risk/scoreScore one event against your organisation's own model
hanzo risk search get <id>GET /v1/risk/search/{id}Read back one exhaustive search
hanzo risk search createPOST /v1/risk/searchSearch exhaustively for the model shape that fits your own history
hanzo risk state model createPOST /v1/risk/state/modelPublish your organisation's model as a named, immutable value
hanzo risk state model replacePUT /v1/risk/state/modelPut one of your organisation's own published model values in force
hanzo risk state getGET /v1/risk/stateReport your organisation's model: what it learned, and what it realised

How is this guide?