Skip to main content

Provenance Logging

Overview

Automatically log cryptographic provenance for all task executions.

SDK Example

// Auto-generated from SDK - Coming Soon
const execution = await humanos.orchestrate({
  task,
  provenance: {
    log: true,
    includeInputs: true,
    includeOutputs: true,
    ledger: 'distributed',
  },
});

// Later: audit trail
const trail = await humanos.getProvenanceTrail(execution.id);

Use Cases

  • Audit trails
  • Compliance logging
  • Accountability
  • Debugging

See Also

  • Audit Capability Grants (Capability Graph)
  • Error Handling and Escalation
  • Governance Policy Enforcement

← All patterns