EAS Sentinel Forensic
Quickstart

Sentinel Forensic Docs

Get from signup to first auto-fixed alert in under 5 minutes.

1. Install the agent

curl -sSL https://sentinel-forensic.eliteaiempire.com/install.sh | bash
sentinel auth login <your-api-key>

2. Register a detector

# detectors/p99_latency.yaml
name: p99_latency_budget
target: api.example.com
threshold:
  metric: p99_latency_ms
  operator: '>'
  value: 200
on_fire:
  notify: [slack:#oncall]
  auto_fix:
    suggest_patch: true
    require_approval: true
    apply_on_green_ci: true

3. Ship it

sentinel deploy detectors/p99_latency.yaml

Core concepts

API reference

Full REST + Webhook reference: /api/ (live June 2026 launch).