{
  "$schema": "https://a2a-protocol.org/schemas/agent-card/v0.3.0/schema.json",
  "protocolVersion": "0.3.0",
  "name": "dotlab-site-agent",
  "description": "Public information agent for DotLAB — İstanbul Kent Üniversitesi Dijital Oyun Tasarımı Bölümü. Provides overview, curriculum, faculty, projects, events, admissions, scholarship, Erasmus, and contact information about the Digital Game Design department.",
  "version": "1.0.0",
  "url": "https://dotlab.kent.edu.tr/",
  "preferredTransport": "JSONRPC",
  "iconUrl": "https://dotlab.kent.edu.tr/assets/img/Kent.png",
  "documentationUrl": "https://dotlab.kent.edu.tr/llms.txt",
  "provider": {
    "organization": "DotLAB — İstanbul Kent Üniversitesi Dijital Oyun Tasarımı Bölümü",
    "url": "https://dotlab.kent.edu.tr/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "skills": [
    {
      "id": "dotlab.site_info",
      "name": "Site information",
      "description": "Return basic metadata about DotLAB, including name, description, languages, and homepage.",
      "tags": ["info", "metadata", "overview"],
      "examples": [
        "What is DotLAB?",
        "Tell me about the Digital Game Design department at Kent University.",
        "DotLAB hakkında bilgi ver."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "dotlab.program_info",
      "name": "Program & curriculum information",
      "description": "Return details about the four-year B.Sc. Digital Game Design program: courses, structure, language of instruction, and educational outcomes.",
      "tags": ["program", "curriculum", "courses", "bachelor", "education"],
      "examples": [
        "What courses does the Digital Game Design program include?",
        "How many years is the program?",
        "Which game engines do you teach?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "dotlab.admissions_info",
      "name": "Admissions, Erasmus & scholarship information",
      "description": "Provide admissions information, including options for Turkish and international applicants, scholarships, Erasmus exchange, and Erasmus internship.",
      "tags": ["admissions", "erasmus", "scholarship", "international", "foreign-student"],
      "examples": [
        "Can foreign students apply?",
        "Do you offer scholarships?",
        "How does the Erasmus program work at DotLAB?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "dotlab.events_info",
      "name": "Events, jams & activities",
      "description": "Return information about DotLAB events such as DOTCON, Can't Game Jam, Jam In Eye, lab jams, stu jams, talks and visits.",
      "tags": ["events", "jams", "activities", "dotcon", "game-jam"],
      "examples": [
        "What events does DotLAB run?",
        "When is the next game jam?",
        "Tell me about DOTCON."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    },
    {
      "id": "dotlab.contact_info",
      "name": "Contact & location",
      "description": "Return contact channels (email, phone, social media) and the physical address of DotLAB and the university campus.",
      "tags": ["contact", "address", "email", "phone"],
      "examples": [
        "How do I contact DotLAB?",
        "Where is DotLAB located?",
        "What is the email of the Digital Game Design department?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/markdown"]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://dotlab.kent.edu.tr/"
    }
  ],
  "links": {
    "homepage": "https://dotlab.kent.edu.tr/",
    "openapi": "https://dotlab.kent.edu.tr/openapi.json",
    "agents_json": "https://dotlab.kent.edu.tr/agents.json",
    "mcp_server_card": "https://dotlab.kent.edu.tr/.well-known/mcp/server-card.json",
    "agent_skills_index": "https://dotlab.kent.edu.tr/.well-known/agent-skills/index.json",
    "api_catalog": "https://dotlab.kent.edu.tr/.well-known/api-catalog.json",
    "llms_txt": "https://dotlab.kent.edu.tr/llms.txt",
    "sitemap": "https://dotlab.kent.edu.tr/sitemap.xml",
    "robots": "https://dotlab.kent.edu.tr/robots.txt"
  }
}
