iiRecord
Agentic AI Atlas · On-Call Engineer
role:on-calla5c.ai
II.
Role JSON

role:on-call

Structured · live

On-Call Engineer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/roles/roles-additional.yamlCluster · domain
Record JSON
{
  "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
      }
    }
  ]
}