New
Environment-aware analysis and Slack routing
Corelayer now infers the environment associated with an issue from the available context and considers it during investigation and impact assessment. Environments such as production, staging, and development are distinguished automatically.Slack notifications can be routed by environment and severity. Configure destination channels in your Slack integration settings and pick the environment and severity criteria for each route. For example, send critical production issues to your on-call channel and staging issues to a staging channel.Route notifications by environment and severityNew
Dedicated Webhooks with typed providers
Webhooks are now a first-class area in the sidebar with typed presets for each source. Choose a Webhook type when adding a webhook, and Corelayer supplies the URL, token, and provider-specific payload template.Supported types:- incident.io — alerts and declared incidents using a signing secret
- Honeycomb — trigger alerts using a webhook recipient and shared secret
- CloudWatch — alarm state changes through an EventBridge API destination
- Datadog — monitor notifications using a webhook payload template
- Custom alerts — the generic JSON format with a bearer token
New
incident.io declared incidents
The incident.io webhook now investigates declared incidents in addition to alerts. Subscribe topublic_incident.incident_created_v2 or private_incident.incident_created_v2 on your endpoint and Corelayer opens an investigation using the incident reference, name, and summary, with severity, status, incident type, mode, visibility, Slack channel, role assignments, and custom fields recorded as labels.Alert resolution events (alert_resolved_v1) are now recorded against the originating alert. Corelayer reads from incident.io and does not write changes back.Endpoints created before declared incident support are alert-only and are not updated automatically. Add the incident-created events to an existing endpoint to receive declared incidents.Configure the incident.io webhook