{
  "schemaVersion": "0.2.0",
  "name": "Openbenchmarks",
  "displayName": "Openbenchmarks",
  "description": "Verified read-only benchmark hub for AI agent tooling. Returns externally validated provider performance metrics for company lookalike / similar-companies APIs: per-seed Precision@10 / Precision@50 / Precision@100 scored by an LLM judge, plus reach and cost per relevant result across Ocean.io, Exa, Parallel, and PredictLeads.",
  "url": "https://openbenchmarks.com",
  "contact": {
    "email": "founders@openbenchmarks.com",
    "url": "https://openbenchmarks.com"
  },
  "documentationUrl": "https://openbenchmarks.com/llms.txt",
  "iconUrl": "https://openbenchmarks.com/icon.png",
  "publisher": {
    "name": "Openbenchmarks",
    "url": "https://openbenchmarks.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "interfaces": [
    {
      "type": "openapi",
      "url": "https://openbenchmarks.com/openapi.json",
      "version": "3.1.0"
    },
    {}
  ],
  "skills": [
    {
      "id": "list_benchmarks",
      "name": "List benchmarks",
      "description": "List all published benchmarks with summary winners.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "benchmarks",
        "discovery"
      ]
    },
    {
      "id": "get_benchmark",
      "name": "Get benchmark",
      "description": "Fetch full per-provider results for a benchmark by slug, including rich and basic input slices.",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "benchmarks",
        "metrics"
      ]
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportsAuthenticatedExtendedCard": false,
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "REST endpoints require no authentication."
    }
  }
}