{
  "$schema": "https://a2a-protocol.org/schemas/v0.3/agent-card.json",
  "protocolVersion": "0.3.0",
  "name": "Happi",
  "title": "Happi - HappiNest AI Leasing Assistant",
  "description": "Public-facing leasing assistant for HappiNest AI. Answers prospect and customer questions about features, pricing, integrations (Rent Manager, ResMan, RentVine, Zillow, CoStar / Apartments.com Network, Zumper, smart locks), and helps schedule a product demo. Backed by HappiNest AI's product knowledge base; defers to human staff for billing, contracts, and tenant-specific support.",
  "version": "1.2.0",
  "url": "https://happinest.ai",
  "documentationUrl": "https://happinest.ai/llms-full.txt",
  "iconUrl": "https://happinest.ai/logo.png",
  "provider": {
    "organization": "HappiNest AI",
    "url": "https://happinest.ai",
    "contact": "support@happinest.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "tools": false,
    "extensions": [
      {
        "uri": "https://happinest.ai/.well-known/mcp.json",
        "description": "MCP Server Card exposing HappiNest AI's public catalog and documentation as MCP resources/tools.",
        "required": false
      }
    ]
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "answer_product_questions",
      "name": "Answer product questions",
      "description": "Answer questions about HappiNest AI's features, integrations, security & trust, supported PMS/ILS systems, mobile app, and AI capabilities.",
      "tags": ["q&a", "knowledge", "product"],
      "examples": [
        "Does HappiNest integrate with Rent Manager?",
        "How does the AI handle after-hours leads?",
        "What does the mobile app do?"
      ]
    },
    {
      "id": "summarize_pricing",
      "name": "Summarize pricing",
      "description": "Summarize HappiNest AI's pricing model, current promotions (e.g. Rent Manager 1-month free trial, $0 implementation), and steer the user to https://happinest.ai/pricing for the authoritative quote flow.",
      "tags": ["pricing", "sales"],
      "examples": [
        "How much does HappiNest AI cost for a 200-unit portfolio?",
        "What's the Rent Manager promotion?"
      ]
    },
    {
      "id": "schedule_demo",
      "name": "Schedule a demo",
      "description": "Direct the user to https://happinest.ai/book-a-demo to schedule a live product demo with the HappiNest AI team. Does not book on the user's behalf.",
      "tags": ["demo", "sales"],
      "examples": [
        "Can I see a demo?",
        "Book me a meeting with sales."
      ]
    }
  ],
  "securitySchemes": {},
  "supportsAuthenticatedExtendedCard": false,
  "termsOfService": "https://happinest.ai/terms-of-service",
  "privacyPolicy": "https://happinest.ai/privacy-policy"
}
