create_artifact_provenance
Add provenance metadata to AI-generated artifacts by recording content hash, risk class, and authoring agent. Enables verification of artifact origin and trust level.
Instructions
Tag an agent-generated artifact with provenance metadata (content hash, risk class, authoring agent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The artifact content (used for hash, not stored) | |
| risk_class | Yes | ||
| trust_epoch | No | ||
| valid_until | Yes | ||
| intended_use | Yes | ||
| artifact_type | Yes | e.g. email_draft, code_script, database_query | |
| delegation_ref | Yes | ||
| requires_human_execution | No |