{
  "name": "Glow Holding Site Agent",
  "description": "Public discovery agent card for the Glow Holding institutional website. Helps other agents locate content, ecosystem units, and human contact channels. No authenticated A2A RPC transport is exposed.",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "url": "https://glowholding.com.br/",
  "provider": {
    "organization": "Glow Holding",
    "url": "https://glowholding.com.br/"
  },
  "documentationUrl": "https://glowholding.com.br/docs/agents",
  "supportedInterfaces": [
    {
      "url": "https://glowholding.com.br/",
      "protocol": "http",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://glowholding.com.br/llms.txt",
      "protocol": "http",
      "transport": "HTTP+Markdown"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "text/markdown"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "site-overview",
      "name": "Site Overview",
      "description": "Explain Glow Holding, Brand-Tech Board, and ecosystem units using canonical pages.",
      "tags": ["glow", "holding", "overview"],
      "examples": [
        "O que é a Glow Holding?",
        "Quais unidades formam o ecossistema Glow?"
      ]
    },
    {
      "id": "contact-lead",
      "name": "Contact Lead",
      "description": "Route commercial or press inquiries to the institutional contact form or e-mail.",
      "tags": ["contact", "lead"],
      "examples": [
        "Como falar com a Glow Holding?",
        "Qual o e-mail do hub?"
      ]
    },
    {
      "id": "content-discovery",
      "name": "Content Discovery",
      "description": "Find tese, insights, cases and podcasts on glowholding.com.br.",
      "tags": ["content", "cases", "insights"],
      "examples": [
        "Onde estão os cases 360?",
        "Liste insights recentes da Glow"
      ]
    }
  ]
}
