{
  "protocolVersion": "0.3.0",
  "name": "Design Labs",
  "description": "Interior-design reference published by Design Labs: 298 guides on room layout, colour, lighting and cost, plus the pages describing the AI redesign tool itself.",
  "url": "https://designlabs.io/",
  "version": "1.0.0",
  "provider": {
    "organization": "Design Labs",
    "url": "https://designlabs.io/"
  },
  "documentationUrl": "https://designlabs.io/llms.txt",
  "preferredTransport": "HTTP+JSON",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/html",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "browse-journal",
      "name": "Browse the Design Labs journal",
      "description": "Find and read the interior-design guides published on this site, by topic or by recency.",
      "tags": [
        "interior-design",
        "guides",
        "read-only"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/html",
        "text/markdown"
      ]
    },
    {
      "id": "read-page",
      "name": "Read one Design Labs page",
      "description": "Pull the title, summary, structured data and body text out of a single page on this site.",
      "tags": [
        "interior-design",
        "guides",
        "read-only"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/html",
        "text/markdown"
      ]
    }
  ]
}
