Interactive demo

Explainable decisions
for every incident.

This demo connects a simple incident management web app with the 7 pipelines of SignalDeck's it_incidents pillar. Every decision is persisted with its p_winner, margin, gate, and compliance verification — auditable and reproducible.

Environment status
API SignalDeck HTTP 404
BD signaldeck_it_incidents_demo connected

Users 4
Registered incidents 72

Demo credentials

admin
admin@iquelo.com
password: admin123
Full access + audit log.
sre
sre@iquelo.com
password: sre12345
Resolves and closes incidents.
operator
ops@iquelo.com
password: ops12345
Reports and triages.

The 7 pipelines

Creating an incident fires the 4 on-create pipelines. The other 3 on-demand run from the incident detail view.

incident_severity_assessment
on-create

Calibrates true severity (SEV1–SEV4) with probabilities and margins.

incident_routing
on-create

Suggests the on-call team that should handle the incident.

change_correlation_check
on-create

Detects correlation with recent deploys and changes.

customer_impact_estimation
on-create

Estimates affected users and revenue at risk.

escalation_trigger
on-demand

Decides whether to escalate to a higher SEV or wake more teams.

deploy_freeze_decision
on-demand

Recommends freezing deploys while the incident is open.

auto_remediation_admissibility
on-demand

Authorizes or rejects auto-remediation (rollback/restart/scale).

How the flow works

1
Login

Cookie session + CSRF + audit log.

2
Create incident

Automatic dispatch of the 4 on-create pipelines via HMAC + JWT.

3
Decide

decision, p_winner, gate, and compliance are persisted.

4
Action

On-demand buttons to escalate, freeze deploys, or authorize remediation.