{
  "protocolVersion": "0.2.0",
  "name": "Semaloop",
  "description": "Continuous testing platform for iOS and Android apps. AI agents test apps like real users — on real iPhones, and on Android emulators — catching crashes, regressions, and UI bugs before every release.",
  "url": "https://semaloop.com",
  "provider": {
    "organization": "Semaloop Ltd",
    "url": "https://semaloop.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://semaloop.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "request-demo",
      "name": "Request a Semaloop demo",
      "description": "Surface contact information so a prospective customer can book a Semaloop demo.",
      "tags": ["sales", "contact", "ios", "android", "testing"],
      "examples": [
        "How do I try Semaloop on my iOS or Android app?",
        "Who do I talk to about pricing for Semaloop?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "describe-product",
      "name": "Describe what Semaloop does",
      "description": "Answer questions about how Semaloop tests iOS and Android apps, what flows it supports, and when teams should use it.",
      "tags": ["product", "ios", "android", "testing", "agents"],
      "examples": [
        "What is Semaloop?",
        "When should a team use Semaloop instead of Appium or XCUITest?",
        "Does Semaloop need accessibility IDs?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
