create_technocore_work_link
Create a digest-only correlation link between an AIPOU work receipt ID and a Technocore transport artifact for portable evidence. Verify the artifact with its native verifier before relying on the link.
Instructions
Derive and return a digest-only external evidence link between an existing AIPOU workReceiptId and a Technocore transport artifact. It is a pure local calculation: it does not persist the link, call Technocore, sign a message, read a key, verify a transport signature, change AIPOU claim eligibility, or establish delivery. Use it for portable correlation only, and verify the Technocore artifact with its native verifier before relying on the returned link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuedAt | Yes | ISO-8601 time at which this correlation artifact is issued. | |
| workReceiptId | Yes | Existing lowercase AIPOU workReceiptId. | |
| transportArtifactId | Yes | Opaque Technocore transport artifact reference. Never send a DID private key, seed, passphrase, wallet, or secret. | |
| transportArtifactDigest | Yes | Lowercase SHA-256 digest of the canonical Technocore transport artifact bytes. |