← Press

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. 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

2. 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.

[![BenchLytix score for Foo Agent](https://benchlytix.com/api/v1/badge/foo-agent.svg)](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.

3. 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.