{
  "openapi": "3.1.0",
  "info": {
    "title": "Prodigy Tech Solutions — public agent surface",
    "version": "0.1.0",
    "description": "Thin public map for Agent Ready Core. Write actions are human-gated via contact until signed gateway ships. No public price catalog."
  },
  "servers": [
    { "url": "https://prodigytechsolutions.com" }
  ],
  "paths": {
    "/.well-known/prodigy.json": {
      "get": {
        "summary": "Agent Ready manifest",
        "responses": {
          "200": { "description": "prodigy-agent-ready manifest JSON" }
        }
      }
    },
    "/.well-known/prodigy-capabilities.json": {
      "get": {
        "summary": "Capability list (protocol 0.1)",
        "responses": {
          "200": { "description": "Capabilities JSON" }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "LLM-oriented site brief",
        "responses": {
          "200": { "description": "text/plain brief" }
        }
      }
    },
    "/contact/": {
      "get": {
        "summary": "Human contact / lead form",
        "responses": {
          "200": { "description": "HTML form (create_lead / request_estimate path v0)" }
        }
      }
    },
    "/work/": {
      "get": {
        "summary": "Stand-behind client work",
        "responses": {
          "200": { "description": "HTML" }
        }
      }
    },
    "/agent/": {
      "get": {
        "summary": "Public Agent Ready product brief",
        "responses": {
          "200": { "description": "HTML" }
        }
      }
    }
  }
}
