{
  "schemaVersion": "1.0",
  "name": "Curiossa",
  "description": "Curiossa is an emporium for software ideas — a studio that imagines, builds, and launches delightful digital products that solve real problems in simple, meaningful ways.",
  "url": "https://curiossa.com",
  "iconUrl": "https://curiossa.com/curiossa-logo.png",
  "provider": {
    "organization": "Curiossa",
    "url": "https://curiossa.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://curiossa.com/llms.txt",
  "apiSpecUrl": "https://curiossa.com/openapi.json",
  "skills": [
    {
      "id": "list-products",
      "name": "List products",
      "description": "Return the catalog of Curiossa products with name, description, status, and external URL.",
      "tags": ["catalog", "products"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-page",
      "name": "Get page content",
      "description": "Fetch the markdown rendition of a site page (home, products, philosophy, about, careers, contact, blog).",
      "tags": ["content", "markdown"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "authentication": {
    "schemes": ["none"]
  },
  "contact": {
    "email": "hello@curiossa.com"
  }
}
