{
  "version": "1.0.0",
  "kind": "olonjs-page-mcp-manifest",
  "generatedAt": "2026-04-15T15:25:59.378Z",
  "slug": "platform/overview",
  "title": "Platform Overview — Olon",
  "description": "Olon is the contract layer for the agentic web. Every page at /{slug}.json, every section typed, every tenant operable by AI agents.",
  "contractHref": "/schemas/platform/overview.schema.json",
  "transport": {
    "kind": "window-message",
    "requestType": "olonjs:webmcp:tool-call",
    "resultType": "olonjs:webmcp:tool-result",
    "target": "window"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "olon://pages/platform/overview",
        "name": "Platform Overview — Olon Data",
        "mimeType": "application/json",
        "description": "Structured content for the platform/overview page."
      },
      {
        "uri": "olon://pages",
        "name": "Site Map",
        "mimeType": "application/json",
        "description": "Structured content for the map of this site"
      }
    ]
  },
  "sectionTypes": [
    "header",
    "footer",
    "manifesto-row",
    "feature-bento",
    "process-steps",
    "cli-spotlight",
    "cta-banner"
  ],
  "sectionInstances": [
    {
      "id": "global-header",
      "type": "header",
      "scope": "global",
      "label": "header"
    },
    {
      "id": "global-footer",
      "type": "footer",
      "scope": "global",
      "label": "footer"
    },
    {
      "id": "ov-manifesto",
      "type": "manifesto-row",
      "scope": "local",
      "label": "manifesto-row"
    },
    {
      "id": "ov-bento",
      "type": "feature-bento",
      "scope": "local",
      "label": "One convention."
    },
    {
      "id": "ov-process",
      "type": "process-steps",
      "scope": "local",
      "label": "Three tiers, one architecture."
    },
    {
      "id": "ov-cli",
      "type": "cli-spotlight",
      "scope": "local",
      "label": "Start with one command"
    },
    {
      "id": "ov-cta",
      "type": "cta-banner",
      "scope": "local",
      "label": "The contract layer is ready."
    }
  ],
  "tools": [
    {
      "name": "update-section",
      "description": "Update any section in OlonJS Studio and persist immediately to file. Use sectionType to select the matching schema from sectionSchemas."
    }
  ]
}
