OIP system: CMS pages
CMS pages
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.
This page is the operating article for one build subsystem. It is generated from live directory rows. If a task belongs to this subsystem, scan the operations below, open the matching capability article, run only the exact object named there, and verify by receipt.
Kind: core. Capabilities: 2. Machine system map: /api/dispatch?map=PAGE&format=markdown. Root: /a/oip.
Operations
PAGE_GET
Read a page by slug. Returns {slug,title,body_html,version,...} Use when: you need to page get Arguments: slug. Human article: /a/oip-capability-page-get. Machine doc: ?key=PAGE_GET&format=markdown. Invocation history: /api/invocations?object_id=PAGE_GET.
PAGE_PATCH
Edit a page by slug. json_body = {"title":"...","body_html":"..."} Use when: you need to page patch Arguments: slug|json_body. Human article: /a/oip-capability-page-patch. Machine doc: ?key=PAGE_PATCH&format=markdown. Invocation history: /api/invocations?object_id=PAGE_PATCH.