Portable execution evidence via .epi artifacts

It would help if there was a node for:

My use case:

AI workflows (especially those using LLMs) often need auditability for compliance and debugging.
Currently, n8n executions are logged internally, but logs are:

  • not portable
  • not verifiable
  • not tamper-evident
    With an EPI Recorder node, users could attach it at the end of a workflow to:
  • capture execution data
  • generate a .epi artifact
  • share it for auditing, compliance, or external verification
    This is especially useful for:
  • AI governance (EU AI Act-style requirements)
  • debugging complex agent workflows
  • sharing reproducible execution traces

Any resources to support this?

Are you willing to work on this?

Yes — I’ve already built a working prototype node and can extend it further based on feedback.