{
  "protocolVersion": "0.3.0",
  "name": "Nexvar Site Agent",
  "description": "Public-facing agent for nexvar.io. Answers questions about Nexvar, its founders, services, case studies, and helps prospective clients understand what Nexvar builds.",
  "url": "https://nexvar.io/api/chat",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://nexvar.io/api/chat",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Nexvar",
    "url": "https://nexvar.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://nexvar.io/en/",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown"],
  "skills": [
    {
      "id": "company-info",
      "name": "Company Information",
      "description": "Answer questions about Nexvar's mission, services, team, and contact info.",
      "tags": ["company", "about", "services"],
      "examples": [
        "What does Nexvar do?",
        "Who are the founders of Nexvar?",
        "How can I contact Nexvar?"
      ]
    },
    {
      "id": "case-studies",
      "name": "Case Studies",
      "description": "Summarize Nexvar case studies and projects such as Vault and MertGSD.",
      "tags": ["projects", "portfolio", "case-studies"],
      "examples": [
        "Tell me about the Vault case study.",
        "What projects has Nexvar built?"
      ]
    },
    {
      "id": "founders",
      "name": "Founder Profiles",
      "description": "Detailed information about each Nexvar founder.",
      "tags": ["team", "founders", "leadership"],
      "examples": [
        "Who is Mert Ali Dalkır?",
        "Tell me about Batuhan Bayazıt."
      ]
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Public agent, no authentication required."
    }
  },
  "security": [{ "none": [] }]
}
