{
  "protocolVersion": "0.3.0",
  "name": "ExamsPrep Malaysia Merchant Agent",
  "description": "Discover course products and start secure storefront checkout with ExamsPrep Malaysia.",
  "url": "https://examsprep.my/api/courses",
  "preferredTransport": "HTTP+JSON",
  "provider": {
    "organization": "ExamsPrep Malaysia",
    "url": "https://examsprep.my"
  },
  "version": "1.0.0",
  "documentationUrl": "https://examsprep.my/.well-known/api-catalog?format=html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
        "description": "Agent Payments Protocol support for merchant-side course transactions.",
        "required": true,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "course-catalog",
      "name": "Course catalog",
      "description": "List published courses, prices, and canonical course pages.",
      "tags": [
        "courses",
        "education",
        "catalog"
      ],
      "examples": [
        "List the courses currently available for purchase."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "course-checkout",
      "name": "Course checkout",
      "description": "Start the storefront checkout flow for a selected course.",
      "tags": [
        "courses",
        "checkout",
        "payments"
      ],
      "examples": [
        "Start checkout for the selected course."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}