{
  "version": "1.0",
  "organization": "Example Construction Co.",
  "identities": [
    {
      "id": "agent:estimating-agent",
      "name": "estimating-agent",
      "type": "ai-agent",
      "platform": "agent-runtime",
      "owner": "preconstruction@example.com",
      "lastUsed": "2026-08-16",
      "requiresApproval": false
    }
  ],
  "credentials": [
    {
      "id": "cred:estimating-agent-oidc",
      "identityId": "agent:estimating-agent",
      "kind": "oidc-workload",
      "createdAt": "2026-07-01",
      "expiresAt": "2026-09-30",
      "lastRotatedAt": "2026-08-01",
      "source": "identity-provider"
    }
  ],
  "resources": [
    {
      "id": "res:drawing-store",
      "name": "drawing-store",
      "platform": "document-management",
      "sensitivity": "high"
    },
    {
      "id": "res:bid-database",
      "name": "bid-database",
      "platform": "estimating-system",
      "sensitivity": "critical"
    }
  ],
  "access": [
    {
      "identityId": "agent:estimating-agent",
      "resourceId": "res:drawing-store",
      "credentialId": "cred:estimating-agent-oidc",
      "actions": ["read"]
    },
    {
      "identityId": "agent:estimating-agent",
      "resourceId": "res:bid-database",
      "credentialId": "cred:estimating-agent-oidc",
      "actions": ["read", "write"]
    }
  ]
}
