iiRecord
Agentic AI Atlas · Key Ceremony
workflow:key-ceremonya5c.ai
II.
Workflow JSON

workflow:key-ceremony

Structured · live

Key Ceremony json

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

File · workflows/workflows/workflows-crypto-blockchain.yamlCluster · workflows
Record JSON
{
  "id": "workflow:key-ceremony",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-crypto-blockchain.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Key Ceremony",
    "workflowKind": "security",
    "triggerType": "scheduled",
    "typicalCadence": "annual",
    "complexity": "cross-team",
    "description": "Executes a formal cryptographic key generation or rotation ceremony —\npreparing the secure environment, gathering authorized key custodians,\ngenerating key material with auditable entropy, splitting or escrowing\nsecrets, and recording the ceremony log. Excludes day-to-day secret\nrotation.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:key-ceremony",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "role:principal-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "role:platform-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "skill-area:secrets-rotation",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "domain:cybersecurity",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "domain:security",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "responsibility:secret-rotation-cadence",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "responsibility:security-review",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "org-unit:security-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:key-ceremony",
      "to": "org-unit:platform-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}