{
  "protocolVersion": "0.3.0",
  "name": "Executive AI Agent for Bob Michaels",
  "description": "Answers questions about Bob Michaels, a Fractional AI Visibility Director and AI Systems Architect in Austin who rebuilds how a company shows up on the web and in AI, combining content strategy, web architecture, competitive AI-visibility research, and custom systems into one operating platform that earns attention, citations, recommendations, and business. More than three decades building for Fortune 5, federal and state government, and 40+ universities. Pioneer of the Content is Code methodology: content is the algorithmic substrate AI reads to decide what to recommend and cite, so it can be reverse-engineered. U.S. Patent 7,373,346 in security architecture; HUD Best Known Practice author. Architect of the Trinzik platform: its five-platform Research Engine, agentic websites, and compliance-grade chat. Engages as a fractional AI Visibility Director, on a complete web-presence transformation, or on a custom AI system build, and is open to the right full-time AI leadership role. This agent answers for people and other AI systems and can capture meeting requests.",
  "url": "https://bobmichaels.ai/api/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Bob Michaels",
    "url": "https://bobmichaels.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "ask",
      "name": "Ask about Bob Michaels",
      "description": "Answer a question about Bob Michaels or Trinzik, grounded in his site content, and capture a meeting request when asked.",
      "tags": ["biography", "capabilities", "trinzik", "contact"],
      "examples": [
        "Who is Bob Michaels?",
        "What did Bob build for Trinzik?",
        "How does Bob measure AI visibility?",
        "What is the Content is Code methodology?",
        "Can we book a conversation with Bob?"
      ]
    }
  ],
  "interface": {
    "method": "POST",
    "url": "https://bobmichaels.ai/api/a2a",
    "contentType": "application/json",
    "request": {
      "singleTurn": { "message": { "question": "string (required), one question about Bob Michaels or Trinzik" } },
      "multiTurn": { "messages": "array (required), the running transcript, caller-managed; each item is { \"role\": \"user\" | \"assistant\", \"content\": \"string\" }. The endpoint is stateless: send the full transcript on each call." }
    },
    "response": {
      "a2a_version": "string",
      "status": "faq_answered | error",
      "message": { "answer": "string" }
    }
  }
}
