II.
Role JSON
Structured · liverole:on-call
On-Call Engineer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "role:on-call",
"_kind": "Role",
"_file": "domain/roles/roles-additional.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "On-Call Engineer",
"isAgentic": false,
"automatability": 0.1,
"description": "Operational role responsible for responding to production incidents during\non-call rotation. Triages alerts, coordinates incident response across\nteams, escalates appropriately, and ensures service restoration within\nSLO targets. Documents findings and contributes to blameless postmortem\nreviews to prevent recurrence.\n",
"seniority": "mid"
},
"outgoingEdges": [
{
"from": "role:on-call",
"to": "responsibility:incident-response",
"kind": "holds_responsibility"
},
{
"from": "role:on-call",
"to": "responsibility:on-call",
"kind": "holds_responsibility"
},
{
"from": "role:on-call",
"to": "domain:devops",
"kind": "requires_skill",
"attributes": {
"level": "intermediate"
}
},
{
"from": "role:on-call",
"to": "domain:observability",
"kind": "requires_skill",
"attributes": {
"level": "intermediate"
}
}
],
"incomingEdges": [
{
"from": "workflow:rollback-procedure",
"to": "role:on-call",
"kind": "involves_role"
},
{
"from": "lib-agent:devops-sre-platform--incident-commander",
"to": "role:on-call",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
}
]
}