{
  "name": "Beste",
  "version": "1.0.0",
  "description": "Beste.co website builder platform. Provides browsable site content in markdown format for agent consumption.",
  "url": "https://dogus.com.tr",
  "documentationUrl": "https://beste.co",
  "supportedInterfaces": [
    {
      "transport": "http",
      "url": "https://dogus.com.tr",
      "protocol": "markdown-negotiation"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/html"
  ],
  "skills": [
    {
      "id": "fetch-page-markdown",
      "name": "Fetch page as Markdown",
      "description": "Request any page on this site with Accept: text/markdown to receive a markdown rendering of the HTML response.",
      "tags": [
        "markdown",
        "content",
        "discovery"
      ],
      "examples": [
        "curl -H 'Accept: text/markdown' https://dogus.com.tr/"
      ]
    }
  ]
}