{
  "openapi": "3.1.0",
  "info": {
    "title": "Rafael Lopes — agent page-readiness scoring (CAV)",
    "version": "1.0.0",
    "description": "Core Agent Vitals — measure how well an AI agent can find, recover, understand, and act on a web page (CRR, SSD, ARR, TC, TTFUT, AF).",
    "contact": {
      "name": "Rafael Lopes",
      "url": "https://r-lopes.com"
    }
  },
  "servers": [
    {
      "url": "https://agentvitals.dev"
    }
  ],
  "paths": {
    "/results": {
      "get": {
        "operationId": "getReport",
        "summary": "Core Agent Vitals report for a URL",
        "parameters": [
          {
            "name": "url",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uri"
            },
            "description": "The page to report on."
          },
          {
            "name": "device",
            "in": "query",
            "required": false,
            "schema": {
              "type": "string",
              "enum": [
                "desktop",
                "mobile"
              ]
            },
            "description": "Device profile."
          }
        ],
        "responses": {
          "200": {
            "description": "Core Agent Vitals report for a URL"
          }
        }
      }
    }
  },
  "_build": {
    "schema_version": "1.1",
    "hash": "b13e1a8d",
    "canonical_sha256": "74a67e4d8cd784d3b1b9d0da977f92c262b06703095b0172836a61d8823f07e1",
    "generator": "identity/generate.mjs",
    "canonical_url": "https://r-lopes.com/.well-known/identity.json"
  }
}
