Query anonymized industry benchmarks. Returns risk score distributions, percentile positions, and peer comparisons for your specified cohort.
GET https://api.agentlog.dev/v1/benchmark/risk-score Authorization: Bearer rb_live_... ?industry=saas &company_size=25 &platforms=zapier,hubspot &date_range=last_90_days
{
"median_risk_score": 28,
"percentile_25": 14,
"percentile_75": 45,
"percentile_90": 67,
"industry": "saas",
"company_size": "6-25",
"sample_size": 847,
"your_score": 62,
"your_percentile": 78,
"benchmark_date": "2026-Q2"
}