{
  "version": "1.0",
  "agent": "https://sibe-cad.vercel.app/.well-known/agent-card.json",
  "skills": [
    {
      "id": "ask-sibe",
      "name": "Ask Sibe",
      "description": "Answer informational questions from the published Sibe CAD website resources.",
      "endpoint": "https://sibe-cad.vercel.app/ask/",
      "input": {
        "type": "object",
        "properties": {
          "question": {
            "type": "string",
            "description": "A natural-language question about Sibe cloud CAD management, SolidWorks workflows, trial details, pricing, security, or contact options."
          }
        },
        "required": ["question"]
      },
      "readOnly": true,
      "transactional": false
    }
  ]
}
