{
  "$schema": "https://json.schemastore.org/agent-manifest.json",
  "name": "Gliard",
  "description": "Oficiálny Agentic API & Service manifest pre Gliard ASO platformu",
  "url": "https://gliard.com",
  "version": "1.0.0",
  "capabilities": {
    "search": true,
    "read_content": true,
    "structured_data": true,
    "mcp_server": "https://gliard.com/.well-known/mcp.json",
    "api_catalog": "https://gliard.com/.well-known/api-catalog"
  },
  "endpoints": [
    {
      "name": "llms_txt",
      "path": "/llms.txt",
      "method": "GET",
      "description": "Štandardizovaný kontextový index pre LLM"
    },
    {
      "name": "contact_consultation",
      "path": "/#contact",
      "method": "POST",
      "description": "Iniciácia ASO auditu a konzultácie"
    }
  ]
}
