{
  "agents_json_version": "0.1",
  "name": "Executive AI Agent for Bob Michaels",
  "description": "Answers questions about Bob Michaels, a Web and AI Systems Architect in Austin with 33 years building the web (since before HTML 1.0) who has founded and led teams delivering enterprise outcomes reliably. 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; builds production AI (agent platforms, multi-vendor LLM orchestration across ChatGPT, Claude, Perplexity, Gemini, and Grok, retrieval-grounded agents, AI-native web/GEO). Co-founder of Trinzik, an Austin AI startup run by his brother John Michaels and built on technology Bob developed. Open to full-time AI leadership roles and fractional engagements; can capture meeting requests.",
  "url": "https://bobmichaels.ai",
  "endpoints": [
    {
      "name": "ask",
      "method": "POST",
      "url": "https://bobmichaels.ai/api/a2a",
      "content_type": "application/json",
      "request_schema": {
        "single_turn": {
          "message": { "question": "string (required), one question about Bob Michaels or Trinzik" }
        },
        "multi_turn": {
          "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_schema": {
        "a2a_version": "string",
        "status": "faq_answered | error",
        "message": { "answer": "string" }
      }
    }
  ],
  "contact": {
    "organization": "Trinzik",
    "website": "https://trinzik.com"
  }
}
