{
  "$schema": "https://a2a-protocol.org/latest/schema/agent-card.json",
  "protocolVersion": "0.3.0",
  "name": "WOLF AI",
  "description": "WOLF AI is a case-intelligence agent for plaintiff-side False Claims Act (FCA) and qui tam legal teams. It exposes read-only discovery of the product surface, covering modules, vision, contact paths, and markdown-mirrored site content, so partner agents can brief attorneys, surface product capabilities, and hand off to the demo-booking flow.",
  "version": "0.1.0",
  "url": "https://getwolf.ai",
  "documentationUrl": "https://getwolf.ai/for-ai-agents",
  "iconUrl": "https://getwolf.ai/wolf_ai_w_icon_white.svg",
  "provider": {
    "organization": "WOLF AI",
    "url": "https://getwolf.ai"
  },
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://getwolf.ai",
      "transport": "HTTP+JSON"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "text/plain", "application/json"],
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "skills": [
    {
      "id": "wolf-ai-overview",
      "name": "Get WOLF AI Overview",
      "description": "Return a concise description of what WOLF AI is, who it's built for (plaintiff-side FCA/qui tam attorneys), and the product thesis. Backed by /llms.txt and /index.md.",
      "tags": ["overview", "context", "marketing", "qui-tam", "false-claims-act"],
      "examples": [
        "What is WOLF AI?",
        "Who is the product built for?",
        "Summarize WOLF AI for a plaintiff-side litigation partner."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    },
    {
      "id": "wolf-ai-product-modules",
      "name": "List Product Modules",
      "description": "Enumerate WOLF AI's six case-intelligence modules (Matter Intake, Evidence Review, Chronology Builder, Claims Mapping, Damages Workup, Complaint Support) with short descriptions.",
      "tags": ["product", "modules", "features"],
      "examples": [
        "What modules does WOLF AI include?",
        "How does the Chronology Builder work?",
        "Which module handles damages calculations?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "application/json"]
    },
    {
      "id": "wolf-ai-vision-mission",
      "name": "Get Vision & Mission",
      "description": "Return the published vision and mission statements for WOLF AI.",
      "tags": ["vision", "mission", "company"],
      "examples": [
        "What is WOLF AI's mission?",
        "Share the company's vision statement."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown", "text/plain"]
    },
    {
      "id": "wolf-ai-book-demo",
      "name": "Request a Product Demo",
      "description": "Return the canonical demo-booking URL so a partner agent can hand an attorney off to schedule a private walkthrough with the founding team.",
      "tags": ["demo", "sales", "handoff"],
      "examples": [
        "How do I book a demo?",
        "Connect me with the WOLF AI sales team."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "wolf-ai-contact",
      "name": "Get Founder Contact",
      "description": "Return the primary contact email for sales, partnership, and founding-team inquiries (contact@getwolf.ai).",
      "tags": ["contact", "email", "team"],
      "examples": [
        "How do I contact WOLF AI?",
        "Who do I email about partnerships?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
