{
  "entry": {
    "kind": "webmcp",
    "slug": "codex-modeling-studio",
    "name": "Codex Modeling Studio",
    "vendor": "OpenAI",
    "description": "A browser-based 3D studio in which an agent can inspect scene geometry and materials and edit them through declared tools, while the user watches the viewport update. Part of OpenAI's set of WebMCP reference applications demonstrating agent-native interfaces beyond text.\n\nThe pattern it demonstrates — an agent with structured read and write access to live application state — is the one that generalises. Its declared capabilities are browser control and outbound network access, and the work stays inside the page. The security question it raises for real applications built this way is provenance: when a model and a human both mutate the same document through the same tools, the application needs to record which changes came from which, or review becomes impossible.",
    "website": "https://openai.com",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "reference-app",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}