{
  "name": "the-agentic-web-agent",
  "description": "Thesis, evidence, and contact-intake agent for The Agentic Web — the two-layer thesis demonstrated on itself.",
  "url": "https://agentic-web.site/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "The Agentic Web",
    "url": "https://agentic-web.site"
  },
  "documentationUrl": "https://agentic-web.site/operate.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_thesis",
      "name": "Get Thesis",
      "description": "Return the structured two-layer thesis: the problem and the four pillars.",
      "tags": [
        "agentic-web",
        "thesis",
        "agent-readiness"
      ],
      "examples": [
        "What does The Agentic Web argue?",
        "Summarize the two-layer thesis."
      ]
    },
    {
      "id": "get_evidence",
      "name": "Get Evidence",
      "description": "Return the February 2026 founding evidence: 122 meetings in 20 days, 11 Fortune 500 companies, zero ad spend — with its caveat.",
      "tags": [
        "evidence",
        "webmcp",
        "case"
      ],
      "examples": [
        "What proof is there that agent-native sites work?",
        "What happened in February 2026?"
      ]
    },
    {
      "id": "check_agent_surface",
      "name": "Check Agent Surface",
      "description": "Given an agent-surface name, return whether this site publishes it and at what path (static lookup of this site's own discovery layer).",
      "tags": [
        "discovery",
        "well-known",
        "surfaces"
      ],
      "examples": [
        "Does this site have an A2A card?",
        "Where is the OpenAPI spec?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request_contact",
      "name": "Request Contact",
      "description": "Build an actionable prefilled mailto: handoff to joe@joemahoney.io with the visitor's details (static site, no backend submit — honest handoff).",
      "tags": [
        "contact",
        "lead",
        "handoff"
      ],
      "examples": [
        "Put me in touch about an agent-native build.",
        "I want to talk about the portfolio."
      ]
    }
  ]
}
