{
  "name": "YPRO Certificate Platform Agent",
  "description": "Agent interface for the YPRO iOS certificate platform: register device UDIDs, issue and manage iOS signing certificates (mobileprovision + P12), check device and certificate status, and query account balance, pricing and token expiry.",
  "version": "3.2.0",
  "documentationUrl": "https://testypro.iwai.cc/api-docs",
  "provider": {
    "organization": "YPRO",
    "url": "https://testypro.iwai.cc"
  },
  "supportedInterfaces": [
    {
      "url": "https://testypro.iwai.cc/api",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "certificate-issuance",
      "name": "iOS Certificate Issuance",
      "description": "Register device UDIDs and issue iOS signing certificates (mobileprovision and P12), both instantly and via reservation.",
      "tags": [
        "certificate",
        "ios",
        "udid",
        "mobileprovision",
        "p12"
      ],
      "examples": [
        "Register a device UDID and issue a certificate",
        "Reserve a certificate for a device"
      ]
    },
    {
      "id": "device-and-certificate-status",
      "name": "Device & Certificate Status",
      "description": "Query device registration status and certificate validity, and manage device remarks.",
      "tags": [
        "device",
        "status",
        "certcheck",
        "remark"
      ],
      "examples": [
        "Check the status of my device",
        "Verify certificate validity"
      ]
    },
    {
      "id": "account-services",
      "name": "Account Services",
      "description": "Query wallet balance, warranty price list and API token expiry for the authenticated account.",
      "tags": [
        "balance",
        "price",
        "token",
        "account"
      ],
      "examples": [
        "What is my wallet balance?",
        "Show the warranty price list"
      ]
    }
  ]
}