Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Attributes
Alert attributes are how you extract a consistent format of data from your different alert sources, to use in your alert routes. For example, your Grafana alerts might have ateam label, while BugSnag alerts have service and customer tags. Attributes allow you to convert these into a consistent format, so your alert routes don’t have to think about where an alert has come from.
Attributes also help responders understand alerts more quickly: rather than having to read through the whole payload, they’ll see the extracted attributes first, so they can quickly understand what’s going wrong and who’s affected.

Required attributes
If you have attributes that you rely on to handle your alerts correctly, you should make them required. A common use case for this is when setting a Team - if an alert is missing this value, then it may not be escalated and nobody will get paged.
Priorities
To use priorities in the escalation path branches, you can create them in Alert Attribute settings.