{
  "name": "TAG.GDP Public Agent",
  "description": "Documentation-oriented discovery card for Talal Abu-Ghazaleh Global Digital Polytechnic (TAG.GDP / TAGGDP / GDPT). Orchestrators should use llms.txt, the RSS feed, and public read-only REST catalog endpoints. This card does not advertise a live A2A JSON-RPC message/send transport.",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "url": "https://taggdp.global",
  "documentationUrl": "https://taggdp.global/llms.txt",
  "provider": {
    "organization": "Talal Abu-Ghazaleh Global Digital Polytechnic",
    "url": "https://taggdp.global"
  },
  "iconUrl": "https://taggdp.global/assets/logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "supportedInterfaces": [
    {
      "url": "https://taggdp.global/.well-known/agent-skills/index.json",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3.0"
    }
  ],
  "skills": [
    {
      "id": "site-overview",
      "name": "Site overview for AI assistants",
      "description": "Read llms.txt / llms-full.txt for machine-oriented site documentation.",
      "tags": ["documentation", "discovery", "llms"],
      "examples": [
        "What is TAG.GDP?",
        "Summarize TAG.GDP programs for an AI assistant"
      ]
    },
    {
      "id": "list-programs",
      "name": "List certification programs",
      "description": "Discover AI and Cybersecurity programs via public catalog pages and REST endpoints listed in agent-skills.",
      "tags": ["courses", "programs", "catalog"],
      "examples": [
        "List AI certification programs",
        "What cybersecurity courses are available?"
      ]
    },
    {
      "id": "latest-news",
      "name": "Latest news",
      "description": "Use /news or /feed.xml for recent announcements.",
      "tags": ["news", "freshness", "rss"],
      "examples": [
        "What is the latest TAG.GDP news?",
        "Show recent announcements"
      ]
    },
    {
      "id": "verify-certificate",
      "name": "Verify a certificate",
      "description": "Verify digitally verifiable certificates via the public certificates API skill endpoint.",
      "tags": ["certificates", "verification"],
      "examples": [
        "Verify certificate code ABC123",
        "Is this TAG.GDP certificate valid?"
      ]
    },
    {
      "id": "support-faq",
      "name": "Support FAQs",
      "description": "Retrieve public FAQ content for admissions, accounts, certificates, and billing.",
      "tags": ["support", "faq"],
      "examples": [
        "How do admissions work?",
        "How do I verify my certificate?"
      ]
    }
  ],
  "securitySchemes": {},
  "security": []
}
