org.luu.scoda.decision.createdDecision Record createdLIVETrigger: When a tenant logs a strategic decision via the SCO-DA API.
The most common event. Fires once per DecisionRecord create. Useful for downstream auditing, BI dashboards, or mirroring the decision into your own system of record.
Sample payload
{
"specversion": "1.0",
"id": "evt_2A8x9KCkR8",
"source": "https://leadershipunderuncertainty.org/api/v1/scoda",
"type": "org.luu.scoda.decision.created",
"time": "2026-04-28T12:34:56.000Z",
"datacontenttype": "application/json",
"data": {
"decisionId": "dec_3kJq2",
"workspaceId": "ws_abc",
"title": "Approve $5M renewable capex",
"decidedAt": "2026-04-28T12:34:56.000Z",
"rationaleHash": "sha256:f04...",
"sealId": "seal_2026-04-28_42"
}
}