Skip to content
Open the portal
Using the portal

The Verify page

Portal usersCompliance & legal3 min read

The Verify page runs the same verifier that ships as the command-line tool, compiled to run in your browser. The bundle never leaves your machine, and the checks need no network.

Fetch from this workspace. Enter a decision id (or arrive from a decision page’s Verify button). The portal downloads that record’s bundle from the API and verifies it locally.

Drop a bundle. Drag any .stratl.zip onto the page, from this workspace, another workspace, an email attachment, anywhere. The page reads it locally.

Twelve checks, listed before anything runs so you know what to expect, then marked passed, failed or skipped one by one, with a summary such as 12 of 12 checks passed. A skipped check means the bundle did not contain what the check needs (for example, no checkpoint yet); it never counts as a pass. What each check proves.

A bundle from a different workspace fails the key check. That is correct: the record names a key this workspace does not have, and the bundle’s own key is the one to trust. Run the command-line verifier on it instead, which uses the key inside the bundle.

The page also prints the command to run the same checks on any machine with the network unplugged. The verifier guide.