OIP system: WEB
WEB
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=WEB&format=markdown. Root: /a/oip.
Operations
WEB_GET
GET any URL and return its status + body (first 20000 chars). Arg: the full https URL (slashes and query string preserved). Full request/response logged. Grok also has native web_search for open-ended search; use WEB_GET when you know the exact URL Use when: read any web page or public API — "look around the internet", check a doc, hit a third-party endpoint Arguments: $1. Human article: /a/oip-capability-web-get. Machine doc: ?key=WEB_GET&format=markdown. Invocation history: /api/invocations?object_id=WEB_GET.
WEB_FETCH
Call any URL with any method. body and headers_json optional. Full request/response logged (credentials redacted). Example: POST|https://api.example.com/x|{"a":1}|{"Authorization":"Bearer XYZ"} Use when: POST/PUT/DELETE to any API, or GET with custom headers/auth Arguments: method|url|body|headers_json. Human article: /a/oip-capability-web-fetch. Machine doc: ?key=WEB_FETCH&format=markdown. Invocation history: /api/invocations?object_id=WEB_FETCH.