Skip to main content
EyeParity exposes repository-scoped workplan routes and Unit of Work proof packages. These APIs are part of the authenticated production data plane; tenant authorization applies where required.

Resolve a workplan

Use the resolver when the production route is known by repository and slug. A successful response identifies the resolved source and its API path. Treat a fallback page or unresolved source as a fail-closed result even when the outer HTML route responds.

Read a dated source

This form addresses a specific repository workplan file. Use the exact filename returned by the resolver or repository-scoped listing rather than inventing a path.

Read a Unit of Work proof

The response summarizes the Unit of Work and links its proof package. Proof packages may include acceptance evidence, verifier state, runtime identities, artifact hashes, and visual evidence URLs.

Artifact URLs

Immutable Unit of Work artifacts use the production artifact surface:
Clients should preserve the returned artifact URL and identity instead of reconstructing storage paths. A local filesystem path is not a reviewer-facing artifact reference.
Do not place credentials, cookies, OAuth codes, access tokens, or private tenant content in API examples, logs, screenshots, or proof metadata.