Create an alert rule
Creates an alert rule from a registered template. Supply the template id; rule_type, network, and runner_id are copied from it (not supplied).
Authorizations
Authorization method required to allow user to access the api endpoints.
Body
The id of the template this rule instantiates. The template supplies the rule_type, network, runner_id, severity, and trigger.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Display name for the rule.
255"High gas on eth"
Severity override. Defaults to the matched template severity.
255"high"
User-supplied parameter values, as a { field: value } object. A [{ field, value }] array or single-element wrapper is also accepted and normalized to an object on write.
Trigger override. Defaults to the matched template trigger.
BLOCK, TICK Response
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
"workspace-123"
"GasPressure"
"high"
BLOCK, TICK "BLOCK"
true
Incremented each time the rule parameters change. Starts at 1.
1
"2026-05-14T12:00:00.000Z"
"2026-05-14T12:00:00.000Z"
"High gas on eth"
"eth"
"alert-runner-eth-v2"