{
  "openapi": "3.1.0",
  "info": {
    "title": "Bibek Timsina - AI Full-Stack Engineer",
    "description": "Bibek Timsina is an AI full-stack engineer building products end-to-end for remote teams with TypeScript, Cloudflare, PostgreSQL, and LLMs.",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://bibek-timsina.com.np"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "LLM-oriented site index",
        "description": "A concise, machine-readable overview of the site for AI agents.",
        "responses": {
          "200": {
            "description": "Plain-text site index",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Expanded LLM-oriented site index",
        "responses": {
          "200": {
            "description": "Plain-text expanded site index",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/rss.xml": {
      "get": {
        "summary": "Blog RSS feed",
        "responses": {
          "200": {
            "description": "RSS 2.0 feed of published posts",
            "content": {
              "application/rss+xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap-index.xml": {
      "get": {
        "summary": "XML sitemap index",
        "responses": {
          "200": {
            "description": "Sitemap index",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "summary": "RFC 9727 API catalog",
        "responses": {
          "200": {
            "description": "Linkset describing public site resources",
            "content": {
              "application/linkset+json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}