{
  "name": "Executive AI Agent for Bob Michaels",
  "protocolNote": "A2A-style discovery card. The endpoint speaks the custom JSON envelope documented under `interface` below (responses carry a2a_version 0.1). Formal A2A protocol conformance is not claimed.",
  "description": "Answers questions about Bob Michaels, a Web & AI Systems Architect in Austin who rebuilds how a company is understood on the web and by AI, combining content strategy, web architecture, competitive AI-visibility research, and custom systems into one operating system that earns citations, recommendations, and business. Building the web since 1994, before HTML was a standard, for Fortune 5 enterprises, federal and state government, and 40+ universities. Author 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. Client engagements are the primary path: fractional AI Visibility Director, complete web-presence transformation, or a custom AI system build, opening with a head-to-head AI visibility assessment. Also 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" }
    }
  }
}
