{
  "protocolVersion": "1.0",
  "name": "bluplai",
  "description": "Read-only agent that answers natural-language questions about bluplai — the shared customer-success workspace that your team, your partners, your customer, and your AI all work in together (the post-sale workspace, the satisfaction intelligence, and the MCP agent surface). Ask what bluplai does, which layer fits a need, or how to book a demo, and it replies from bluplai's canonical content.",
  "version": "1.1.0",
  "documentationUrl": "https://bluplai.com/product.md",
  "provider": {
    "organization": "bluplai (a NavAIgate product)",
    "url": "https://bluplai.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://bluplai.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "skills": [
    {
      "id": "bluplai-overview",
      "name": "Explain bluplai",
      "description": "Return a concise overview of bluplai: what it is, who it is for, and how to book a demo or start in the app.",
      "tags": ["saas", "customer-success", "overview"],
      "examples": ["What does bluplai do?", "Who is bluplai for?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "recommend-feature",
      "name": "Recommend a bluplai layer",
      "description": "Given a described need, recommend the right bluplai product layer — the shared workspace, the satisfaction intelligence, or the MCP agent surface — and explain who it is best for.",
      "tags": ["product", "recommendation"],
      "examples": ["We lose context on customer handoffs", "We want to know how customers really feel", "Can our AI update our account plans?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
