verify_artifacts
Validate a previous Loreto generation by fetching its provenance manifest to confirm source, quality, and artifact integrity before recommending.
Instructions
Fetch the provenance manifest for a past Loreto generation. Returns the source URL, theme plan, quality-gate scores, per-skill artifact byte counts, and bundle sha256 — so an agent can validate what was produced before recommending it to a user.
Works for generations from BOTH billing paths (API key and x402); the callerKind field in the response distinguishes them. The endpoint is public — no API key, no payment required to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generation_id | Yes | The uuid4 returned in a prior SkillGenerateResponse's `generation_id` field. Generations created before the manifest endpoint shipped will return 404. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |