Garnet

Public shared reports

When someone publishes a report, it is available as HTML for people and JSON for tools—no login required. Snapshots live in Garnet's cache until they expire or are made private.

URL patterns

  • HTML https://app.garnet.ai/public/runs/{id}
  • JSON https://app.garnet.ai/api/public/runs/{id}
  • Same for issues and detections.

Discovery for tools & models

Run profile JSON uses schema_version "0.1" — see types/profile.ts. Each HTML report exposes rel="alternate" type="application/json" and JSON-LD associatedMedia pointing at the JSON URL.

About Garnet