{
  "name": "Compix",
  "url": "https://compix.io/",
  "description": "Browser-based post-generation studio for AI images: compare versions (blink, pixel diff, split wipe), combine the best regions of your generations into every possible combination, and stage them in motion. Deterministic pixel reassembly; no image generation, no server.",
  "privacy": "All processing runs locally in the visitor's browser. Images never leave the device. No account, no upload.",
  "modes": [
    "blink",
    "diff",
    "split",
    "mix",
    "scene"
  ],
  "tools": {
    "available": [
      "getCapabilities",
      "getSessionSummary",
      "setMode"
    ],
    "namespace": "window.CompixTools",
    "version": "1.0",
    "planned": [
      "loadImages",
      "drawRegion",
      "generate",
      "exportAs"
    ]
  },
  "protocols": {
    "webmcp": "adapter in progress — Chrome 149 origin trial (2026-05); tools already exposed at window.CompixTools"
  },
  "docs": "https://compix.io/llms.txt",
  "actions": {
    "pattern": "https://compix.io/?mode={mode}&src={code}",
    "modes": {
      "blink": "https://compix.io/?mode=blink",
      "diff": "https://compix.io/?mode=diff",
      "split": "https://compix.io/?mode=split",
      "mix": "https://compix.io/?mode=mix",
      "scene": "https://compix.io/?mode=scene"
    },
    "notes": "Deep links open the named room directly. No account, no upload; all processing is local."
  },
  "inputs": {
    "formats": [
      "png",
      "jpeg",
      "webp",
      "gif"
    ],
    "maxImages": 50,
    "note": "Ordinary image files only. Not FITS or GeoTIFF; Compix works at the export stage, not on raw capture data."
  }
}