{
  "name": "AgentLeaderboards API",
  "version": "v1",
  "base": "https://agentleaderboards.com/api/v1/",
  "auth": "none",
  "cors": "*",
  "update_frequency": "daily",
  "attribution": "Free to use with a link back to https://agentleaderboards.com",
  "endpoints": {
    "/api/v1/leaderboard.json": "Everything: models, frameworks, SWE-bench boards, sources",
    "/api/v1/models.json": "Frontier models with live pricing, context, modalities, tool-calling support",
    "/api/v1/frameworks.json": "Agent framework standings with live GitHub metrics",
    "/api/v1/swebench.json": "SWE-bench leaderboard extracts (Verified, Lite, Multilingual, bash-only)"
  },
  "other_machine_endpoints": {
    "/llms.txt": "LLM-oriented site summary",
    "/leaderboard.md": "Full leaderboard as markdown",
    "/.well-known/agent.json": "Agent manifest"
  }
}