Skip to content

Docs

Get Ember on your pager

Point Ember at your existing signals and it runs the incident with you. Start with the quickstart, then wire in the rest of your stack.

02In 60 seconds

The shortest path

# 1. install the CLI
npm i -g @ember/cli

# 2. authenticate
ember login

# 3. connect a source (PagerDuty shown)
ember connect pagerduty --token $PD_TOKEN

# 4. run an incident from an alarm + logs
ember incident run \
  --alarm "checkout-api 5xx 8.4%" \
  --logs ./checkout.log

# -> ranked root cause, drafted rollback, timeline, postmortem

Prefer HTTP? The same thing is one API call.

Run your first incident.

Create a free account and analyze a real alarm in the console.