iiRecord
Agentic AI Atlas · Enterprise PII handling policy
content-policy:enterprise-piia5c.ai
II.
ContentPolicy JSON

content-policy:enterprise-pii

Structured · live

Enterprise PII handling policy json

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

File · extensions/compliance/content-policies.yamlCluster · extensions
Record JSON
{
  "id": "content-policy:enterprise-pii",
  "_kind": "ContentPolicy",
  "_file": "extensions/compliance/content-policies.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Enterprise PII handling policy",
    "policyKind": "output-filter",
    "severity": "redact",
    "rules": "Redact emitted PII (SSNs, credit cards, government IDs, full street\naddresses) from agent outputs. Required for enterprise tenants.\n",
    "notes": "Restrictions on emitting personally identifiable information; required\nfor enterprise tenants.\n"
  },
  "outgoingEdges": [
    {
      "from": "content-policy:enterprise-pii",
      "to": "agentVersion:claude:ge-0-0-0",
      "kind": "applied_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "content-policy:enterprise-pii",
      "kind": "applies_policy",
      "attributes": {}
    }
  ]
}