Garnet

Public execution profiles

When someone publishes an execution profile, 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}?profile={profile_id}
  • JSON https://app.garnet.ai/api/public/runs/{id}?profile={profile_id}
  • Same for issues.

Discovery for tools & models

Execution profile JSON uses schema_version "runtime-review-public/v3" — see types/profile.ts. Each HTML profile exposes rel="alternate" type="application/json" and JSON-LD associatedMedia pointing at the JSON URL.

About Garnet