{
 "openapi": "3.1.0",
 "info": {
  "title": "Kymira read API",
  "description": "Free, unauthenticated, read-only JSON. Static files rebuilt on deploy; no rate limits beyond the CDN's.",
  "version": "1.0.0",
  "contact": {
   "email": "support@kymira.ai"
  }
 },
 "servers": [
  {
   "url": "https://kymira.ai"
  }
 ],
 "paths": {
  "/api/library/metrics.json": {
   "get": {
    "summary": "The Metric Library index",
    "responses": {
     "200": {
      "description": "OK",
      "content": {
       "application/json": {}
      }
     }
    }
   }
  },
  "/api/library/formats.json": {
   "get": {
    "summary": "The Format Library index",
    "responses": {
     "200": {
      "description": "OK",
      "content": {
       "application/json": {}
      }
     }
    }
   }
  },
  "/api/product.json": {
   "get": {
    "summary": "Product, tiers, and machine surfaces",
    "responses": {
     "200": {
      "description": "OK",
      "content": {
       "application/json": {}
      }
     }
    }
   }
  }
 }
}
