OIP system: STORE
STORE
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: 4. Machine system map: /api/dispatch?map=STORE&format=markdown. Root: /a/oip.
Operations
STORE_REF_IMAGE
Save a reference image (e.g. one sent via Blooio) to R2 and return {filename,key,url}. Arg: source_url Use when: you need to store ref image Arguments: $1. Human article: /a/oip-capability-store-ref-image. Machine doc: ?key=STORE_REF_IMAGE&format=markdown. Invocation history: /api/invocations?object_id=STORE_REF_IMAGE.
STORE_AND_LOG_REF
Invokable OIP capability. Use when: per inbound media URL before routing to ARCADS Human article: /a/oip-capability-store-and-log-ref. Machine doc: ?key=STORE_AND_LOG_REF&format=markdown. Invocation history: /api/invocations?object_id=STORE_AND_LOG_REF.
STORE_GET
fetch one reference file from the storage Worker (vendored docs, old build, etc). Use when: an agent needs a doc/file that was moved off the repo into the store. Arguments: $1 = path, e.g. docs/api/openai/sections/012_agent_builder.md. Human article: /a/oip-capability-store-get. Machine doc: ?key=STORE_GET&format=markdown. Invocation history: /api/invocations?object_id=STORE_GET.
STORE_SEARCH
search the storage index by path/tag substring. Use when: find which reference files exist before fetching one with STORE_GET. Arguments: $1 = query substring, e.g. realtime. Human article: /a/oip-capability-store-search. Machine doc: ?key=STORE_SEARCH&format=markdown. Invocation history: /api/invocations?object_id=STORE_SEARCH.