{
  "schema_version": "1.0",
  "name": "Veratax AI Agent",
  "description": "AI Agent của Veratax — hỗ trợ tra cứu thông tin thuế, quản lý hợp đồng và tính lương doanh nghiệp Việt Nam",
  "version": "1.0.0",
  "url": "https://www.veratax.com.vn",
  "provider": {
    "organization": "Veratax",
    "url": "https://www.veratax.com.vn",
    "contact": {
      "email": "info@veratax.com.vn"
    }
  },
  "iconUrl": "https://www.veratax.com.vn/android-chrome-192x192.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "type": "http",
      "url": "https://api.veratax.com.vn/a2a"
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "tax-lookup",
      "name": "Tra cứu thông tin thuế",
      "description": "Tra cứu thông tin doanh nghiệp và tình trạng thuế theo mã số thuế (MST) tại Việt Nam",
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"],
      "examples": [
        "Tra cứu thông tin doanh nghiệp có MST 0100233487"
      ],
      "tags": ["tax", "vietnam", "business-lookup"]
    },
    {
      "id": "contract-management",
      "name": "Quản lý hợp đồng lao động",
      "description": "Tạo, xem và quản lý hợp đồng lao động cho nhân viên doanh nghiệp",
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["application/json"],
      "examples": [
        "Tạo hợp đồng lao động mới cho nhân viên Nguyễn Văn A"
      ],
      "tags": ["hr", "contract", "labor-law", "vietnam"]
    },
    {
      "id": "salary-calculation",
      "name": "Tính toán lương",
      "description": "Tính lương, thưởng, BHXH, BHYT và thuế TNCN theo quy định Việt Nam",
      "inputModes": ["application/json"],
      "outputModes": ["application/json"],
      "examples": [
        "Tính lương tháng 1/2026 cho nhân viên với lương cơ bản 10 triệu đồng"
      ],
      "tags": ["salary", "tax", "insurance", "vietnam"]
    }
  ],
  "authentication": {
    "schemes": ["Bearer"],
    "credentials": null
  }
}
