{
  "openapi": "3.1.0",
  "info": {
    "title": "info-kdb.ru — public discovery",
    "description": "Сайт экосистемы ИП Кривошеин А.С.",
    "version": "1.0.0",
    "contact": {
      "name": "ИП Кривошеин Алексей Сергеевич",
      "email": "aleksey@krivoshein.site",
      "url": "https://krivoshein.site/contacts/"
    }
  },
  "servers": [
    {
      "url": "https://info-kdb.ru"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI site summary",
        "responses": {
          "200": {
            "description": "markdown"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Expanded AI dump",
        "responses": {
          "200": {
            "description": "markdown"
          }
        }
      }
    },
    "/ai.txt": {
      "get": {
        "summary": "Short AI index",
        "responses": {
          "200": {
            "description": "text"
          }
        }
      }
    },
    "/agents.md": {
      "get": {
        "summary": "Agent instructions",
        "responses": {
          "200": {
            "description": "markdown"
          }
        }
      }
    },
    "/openapi.json": {
      "get": {
        "summary": "This document",
        "responses": {
          "200": {
            "description": "json"
          }
        }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "summary": "RFC 9727 catalog",
        "responses": {
          "200": {
            "description": "linkset+json"
          }
        }
      }
    },
    "/.well-known/agent.json": {
      "get": {
        "summary": "Agent card",
        "responses": {
          "200": {
            "description": "json"
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap",
        "responses": {
          "200": {
            "description": "xml"
          }
        }
      }
    }
  },
  "externalDocs": {
    "url": "https://info-kdb.ru/agents.md",
    "description": "Agent instructions"
  }
}
