{
  "openapi": "3.1.0",
  "info": {
    "title": "The Agentic Web Thesis API",
    "version": "1.0.0",
    "description": "Thesis and contact surface for The Agentic Web. Primary intake is by email at joe@joemahoney.io; this API documents the same intake for agents."
  },
  "servers": [
    {
      "url": "https://agentic-web.site/api/v1"
    }
  ],
  "paths": {
    "/thesis": {
      "get": {
        "summary": "Return the two-layer thesis and its four pillars",
        "responses": {
          "200": {
            "description": "Thesis: both layers, SSR foundation, discovery layer, two layers with a switch"
          }
        }
      }
    },
    "/contact-request": {
      "post": {
        "summary": "Submit a contact request about the agentic web or the portfolio",
        "responses": {
          "200": {
            "description": "Request acknowledged; the author follows up by email."
          }
        }
      }
    }
  }
}
