Skip to content

Computes (or recomputes) a suggested risk tier for a subject from observed signals and persists it as a governed, audited classification.

POST
/v1/m/compliance/risk/classify
curl --request POST \
--url https://example.com/v1/m/compliance/risk/classify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "agent_id": "example", "subject_kind": "example", "subject_ref": "example" }'

Computes (or recomputes) a suggested risk tier for a subject from observed signals and persists it as a governed, audited classification.

X-Olivares-Tenant
string format: uuid

Target tenant id; required when the principal can act in more than one tenant.

Media type application/json
object
agent_id
string
subject_kind
string
subject_ref
required
string
Example generated
{
"agent_id": "example",
"subject_kind": "example",
"subject_ref": "example"
}

OK

Media type application/json
object
Example generated
{}

Bad request

Media type application/json
object
Example generated
{}

Unauthenticated

Media type application/json
object
Example generated
{}

Forbidden

Media type application/json
object
Example generated
{}

Not found

Media type application/json
object
Example generated
{}

Conflict / setup required

Media type application/json
object
Example generated
{}

Rate limited

Media type application/json
object
Example generated
{}