Noodle Seed
ReferenceCLI reference

noodle alerts

Analytics alert rules: POST a webhook when error share, error count, calls, or p95 latency breaches.

Analytics alert rules: POST a webhook when error share, error count, calls, or p95 latency breaches.

Usage

noodle alerts add|list|remove|test

Subcommands

  • add — Create an alert rule (edge-triggered webhook on metric breach).
    • --metric error_share|error_count|calls|p95_ms — Analytics metric evaluated by the rule. (required)
    • --threshold <number> — Metric threshold that triggers the rule. (required; minimum 0)
    • --window 5|15|60 — Evaluation window in minutes. (required)
    • --webhook <https-url> — Webhook destination that receives alert payloads. (required)
    • --name <text> — Optional alert rule display name.
    • --cooldown <minutes> — Minimum time between webhook deliveries. (minimum 1)
  • list — List alert rules (webhook URLs are shown redacted to their origin).
    • --agent-output — Distilled breach verdict for coding agents.
  • remove <id> — Delete an alert rule.
  • test <id> — Send a synthetic test payload through the rule’s webhook.

Options

  • --org <slug> — Organization slug.
  • --app <slug> — Application slug.
  • --env <slug> — Environment slug.
  • --service <url> — Control-plane service URL.
  • --auth-token <token> — Control-plane authentication token.
  • --json — Emit JSON output.

Run noodle alerts --help for the latest options and details.

On this page