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 →
| Command | Calls | What it does |
|---|---|---|
hanzo risk features | GET /v1/risk/features | The feature catalogue: what the model reads, and what your surface carries |
hanzo risk health | GET /v1/risk/health | Whether the risk model plane can actually work right now |
hanzo risk learn | POST /v1/risk/learn | Teach your organisation's own model from its own events |
hanzo risk policy get | GET /v1/risk/policy | Your organisation's decision-regime history, and which version is in force |
hanzo risk policy replace | PUT /v1/risk/policy | State the decision regime: the appetite, the sample, and whether the model is live |
hanzo risk score | POST /v1/risk/score | Score 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 create | POST /v1/risk/search | Search exhaustively for the model shape that fits your own history |
hanzo risk state model create | POST /v1/risk/state/model | Publish your organisation's model as a named, immutable value |
hanzo risk state model replace | PUT /v1/risk/state/model | Put one of your organisation's own published model values in force |
hanzo risk state get | GET /v1/risk/state | Report your organisation's model: what it learned, and what it realised |
How is this guide?