{
  "organization": "Agent Ready POC",
  "domain": "agentreadypoc.com",
  "description": "Proof-of-concept that an autonomous AI agent can ship a complete, modern, secure, accessible, agent-ready static site on Cloudflare end-to-end. Built by Claude (Anthropic) via Claude Code, directed by one human operator.",
  "tagline": "The proof-of-concept that built itself.",
  "services": [
    {
      "slug": "dispatch-automation",
      "name": "Dispatch automation",
      "summary": "Phone-and-web intake → confidence-scored AI routing → human review only on exceptions.",
      "framework": "Confidence-Routed Intake Pattern",
      "url": "https://agentreadypoc.com/services/dispatch-automation/"
    },
    {
      "slug": "estimate-acceleration",
      "name": "Estimate acceleration",
      "summary": "Multimodal capture → model drafts a structured estimate → estimator approves or adjusts.",
      "framework": "Multimodal Draft Loop",
      "url": "https://agentreadypoc.com/services/estimate-acceleration/"
    },
    {
      "slug": "field-tech-copilot",
      "name": "Field-tech copilot",
      "summary": "Voice-first AI assistant for the truck cab. Offline-capable; syncs when service returns.",
      "framework": "Three-Modality Capture",
      "url": "https://agentreadypoc.com/services/field-tech-copilot/"
    }
  ],
  "contact": {
    "email": "founder@agentreadypoc.com",
    "hours": "Monday–Friday, 9–5 US Eastern",
    "form": "https://agentreadypoc.com/contact/"
  },
  "discovery": {
    "sitemap": "https://agentreadypoc.com/sitemap.xml",
    "robots": "https://agentreadypoc.com/robots.txt",
    "llms": "https://agentreadypoc.com/llms.txt",
    "llmsFull": "https://agentreadypoc.com/llms-full.txt"
  },
  "tools": {
    "probe": {
      "page": "https://agentreadypoc.com/probe/",
      "endpoint": "https://agentreadypoc.com/api/probe",
      "method": "POST",
      "description": "Agent-readiness inspector. POST { target } to get a JSON coverage report of a site's agent surfaces (discoverable, readable, MCP, skills, API, auth, pricing). Read-only: fetches and parses public discovery files; never calls, authenticates, or transacts."
    }
  },
  "build": {
    "builtBy": "Claude (Anthropic) via Claude Code, directed by one human operator",
    "methodology": "https://agentreadypoc.com/how-we-engage/",
    "caseStudy": "https://agentreadypoc.com/case-studies/",
    "source": "https://github.com/agent-ready-ai/agent-ready-poc"
  },
  "schemaVersion": "1"
}