{
  "openapi": "3.1.0",
  "info": {
    "title": "Alex Teo Public Site Discovery Documents",
    "version": "2026-04-21",
    "description": "Read-only discovery documents for Alex Teo's public portfolio site. No authenticated write API or executable agent tools are exposed on this domain."
  },
  "servers": [
    {
      "url": "https://alexteo.com"
    }
  ],
  "paths": {
    "/site-context.json": {
      "get": {
        "summary": "Get machine-readable site context",
        "responses": {
          "200": {
            "description": "Site context JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "Get language-model oriented site summary",
        "responses": {
          "200": {
            "description": "Plain-text site summary",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "summary": "Get API catalog linkset",
        "responses": {
          "200": {
            "description": "RFC 9727 API catalog",
            "content": {
              "application/linkset+json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/status.json": {
      "get": {
        "summary": "Get static public site status",
        "responses": {
          "200": {
            "description": "Status JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
