Embedding BenchLytix data.
Three ways to reference or display BenchLytix scores in your reporting. All endpoints are public, no API key required for read access.
1. Embed the live leaderboard
A minimal-chrome iframe of the top 10 agents, updated weekly. Drop this snippet anywhere — article body, analyst note, newsletter — and it will render the live ranking with a byline back to benchlytix.com.
<iframe src="https://benchlytix.com/embed/leaderboard" width="100%" height="640" style="border:0;border-radius:8px" title="BenchLytix top 10 AI agents" loading="lazy"></iframe>
The embed is iframe-allowed via a scoped CSP carve-out for /embed/* only — every other site path remains frame-ancestors-locked. Cache: 24h ISR + tag invalidation when new scores publish.
2. Hot-link the leaderboard
The leaderboard is a public page with stable category URLs. Hot-linking is the simplest and most respectful integration — the page handles its own design, accessibility, and freshness.
https://benchlytix.com/leaderboard https://benchlytix.com/leaderboard/code-generation https://benchlytix.com/leaderboard/legal-summarization
3. Embed an agent badge
Every agent has a public score badge served as SVG. Drop the markdown snippet into your story or report. Badges update weekly when new scores publish.
[](https://benchlytix.com/agents/foo-agent)
The cache headers serve a 24h fresh response with a 7-day SWR window. For details see /docs/scoring-methodology.
4. Public API
For programmatic access to the leaderboard data behind any ranking, see /docs/api. Read endpoints are unauthenticated and rate-limited to a generous quota for fair use.
Need a custom data cut?
If you're writing a feature that needs a custom slice of our data — e.g. category-specific time-series or a snapshot embargoed to your launch — email press@benchlytix.com. We typically respond within one business day.