iiRecord
Agentic AI Atlas · API design governance
responsibility:api-design-governancea5c.ai
II.
Responsibility JSON

responsibility:api-design-governance

Structured · live

API design governance json

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

File · role/responsibilities/responsibilities-expanded.yamlCluster · role
Record JSON
{
  "id": "responsibility:api-design-governance",
  "_kind": "Responsibility",
  "_file": "role/responsibilities/responsibilities-expanded.yaml",
  "_cluster": "role",
  "attributes": {
    "displayName": "API design governance",
    "cadence": "continuous",
    "description": "Review and enforce API design standards — naming conventions, versioning\nstrategy, backward compatibility, and contract-first development.\n"
  },
  "outgoingEdges": [
    {
      "from": "responsibility:api-design-governance",
      "to": "role:api-engineer",
      "kind": "held_by",
      "attributes": {}
    },
    {
      "from": "responsibility:api-design-governance",
      "to": "role:staff-engineer",
      "kind": "held_by",
      "attributes": {}
    },
    {
      "from": "responsibility:api-design-governance",
      "to": "role:architect",
      "kind": "held_by",
      "attributes": {}
    },
    {
      "from": "responsibility:api-design-governance",
      "to": "skill-area:api-design",
      "kind": "requires_expertise",
      "attributes": {}
    },
    {
      "from": "responsibility:api-design-governance",
      "to": "skill-area:api-contract-testing",
      "kind": "requires_expertise",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "role:protocol-engineer",
      "to": "responsibility:api-design-governance",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:integration-engineer",
      "to": "responsibility:api-design-governance",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:api-engineer",
      "to": "responsibility:api-design-governance",
      "kind": "holds_responsibility"
    },
    {
      "from": "workflow:api-versioning-workflow",
      "to": "responsibility:api-design-governance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:api-deprecation",
      "to": "responsibility:api-design-governance",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ]
}