OIP system: Settings
Settings
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: 7. Machine system map: /api/dispatch?map=SET&format=markdown. Root: /a/oip.
Operations
SET_GET
Read a settings row by key Use when: you need to set get Arguments: key. Human article: /a/oip-capability-set-get. Machine doc: ?key=SET_GET&format=markdown. Invocation history: /api/invocations?object_id=SET_GET.
SET_PUT
Write a settings value. json_body = {"value":"..."} Use when: you need to set put Arguments: key|json_body. Human article: /a/oip-capability-set-put. Machine doc: ?key=SET_PUT&format=markdown. Invocation history: /api/invocations?object_id=SET_PUT.
SET_ROW_CONTENT
Set a directory row's content (pipe-safe; replaces the whole content field). Use when: "replace a prompt's content", "set the content of a row". For small edits prefer DIR_PATCH. Arguments: key | content. Human article: /a/oip-capability-set-row-content. Machine doc: ?key=SET_ROW_CONTENT&format=markdown. Invocation history: /api/invocations?object_id=SET_ROW_CONTENT.
SET_TOOL_LOOPS
Set how many tool calls the agent may make per turn (1-40). Arg: the number. Use when: Cyrus says "more tool loops" / "less tool loops" / "max 15 tools". Arguments: $1. Human article: /a/oip-capability-set-tool-loops. Machine doc: ?key=SET_TOOL_LOOPS&format=markdown. Invocation history: /api/invocations?object_id=SET_TOOL_LOOPS.
SET_MEMORY_WINDOW
Set how many prior turns the agent recalls (0-100). Arg: the number. Use when: Cyrus says "remember more messages" / "keep the last 30". Arguments: $1. Human article: /a/oip-capability-set-memory-window. Machine doc: ?key=SET_MEMORY_WINDOW&format=markdown. Invocation history: /api/invocations?object_id=SET_MEMORY_WINDOW.
SET_DEPTH_CAP
Set max recursion depth (1-10). Arg: the number. Use when: Cyrus says "deeper reasoning" / "only 2 levels deep". Arguments: $1. Human article: /a/oip-capability-set-depth-cap. Machine doc: ?key=SET_DEPTH_CAP&format=markdown. Invocation history: /api/invocations?object_id=SET_DEPTH_CAP.
SET_COST_CAP
Set per-turn USD cost cap (min 0.01). Arg: dollars. Use when: Cyrus says "cheaper turns" / "cap cost at $0.50". Arguments: $1. Human article: /a/oip-capability-set-cost-cap. Machine doc: ?key=SET_COST_CAP&format=markdown. Invocation history: /api/invocations?object_id=SET_COST_CAP.