Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

alerts_create

Request example
{ "method": "tools/call", "params": { "name": "alerts_create", "arguments": { "name": "string", "project": "string", "threshold": 0, "window": 0, "cooldown": 0, "channel": "email", "to": "string" } } }
alerts_createTOOL
Create an error alert rule.
Alert when errors of the same fingerprint exceed a threshold within a time window. Multiple rules per org are supported. Project-scoped rules override org-wide rules for the same project.
Optionally pass --channel and --to to create a destination inline. All existing org destinations are auto-linked to the new rule.
Parameters
name *string
Rule name (required)
project?string
Scope to a project (omit for all projects)
threshold?number
Min errors to trigger (default: 1)
window?number
Time window in minutes (default: 5)
cooldown?number
Re-alert cooldown in minutes (default: 60)
channel?"email" | "webhook" | "slack"
Create a destination inline
to?string
Email address or webhook URL