Skip to content

ActionProvenanceCard

stable

Traceable action attribution receipt. Shows decision authority, executing agent, human approver, confidence at decision time, and evidence used. Mandatory for consequential agentic actions.

Trust & ProvenanceInteractive/Storybook ↗
import { ActionProvenanceCard } from "@nodus/design-system/patterns"
Loading demo…

Props

actionLabelrequired
Type stringDefault

Short description of the action taken.

authorityrequired
Type ActionDecisionAuthorityDefault

agent | human | human-override | policy | multi-agent

actorrequired
Type ActionActorDefault

Primary actor (agent or human) who executed the action.

actionAtrequired
Type stringDefault

ISO timestamp of the action.

authorizedBy
Type ActionActorDefault

Human who authorized — required for authority=human-override.

outcome
Type ActionOutcomeDefault

pending | completed | failed | reversed | partial

decisionConfidence
Type numberDefault

Confidence at decision time (0–1). Historical — not recomputed.

evidence
Type ActionEvidence[]Default

Data sources used. Each has source, type, timestamp, and confidence.

reversible
Type booleanDefault

Whether the action can still be undone. Shows permanent warning if false.

variant
Type "compact" | "full"Default "compact"

compact: log row; full: detail drawer card.

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?