## §OIP SYSTEM ARTICLE — Articles (7 operations)
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.

### Read Order
- scan operations
- open a leaf doc
- run via run_now or POST /api/dispatch
- open receipt
- repair/replay if needed

### Operations
- **ARTICLES** — Fast natural-language article CRUD. One row per article in D1; writes are URL-invocable through OIP.
  when: list/read/create/rename/delete articles, set a manual article slot, or ask the writer to compose/revise a slot.
  args: op | args
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLES&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLES&body=list&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLES
- **ARTICLE_GET** — 
  when: "show me article <slug>" or any caller that needs the article body
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_GET&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_GET&body=%3Carg1%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_GET
- **ARTICLE_PUT** — create/replace an article. ARGS: $1 = JSON {slug,title,body,hero?,images?,style?}
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_PUT&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_PUT&body=%3Carg1%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_PUT
- **ARTICLE_ASK** — Answer from article ledger topology (claims, sources, Reddit/X anecdotes, user reports). Not medical advice.
  when: user asks about a peptide, condition, stack, or a specific claim on miscsubjects.
  args: slug|question OR slug1,slug2,slug3|question
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_ASK&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_ASK&body=bpc-157%7CWhat%20good%20and%20bad%20experiences%20are%20logged%3F&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_ASK
- **ARTICLE_INGEST** — Parse user-submitted evidence and write to article source ledger + optional claims. Hash-chained.
  when: user texts evidence to add to a peptide article, or replies to a question node with new info.
  args: slug|evidence text OR slug|q:NODE_ID|evidence text
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_INGEST&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_INGEST&body=bpc-157%7Cpaste%20from%20another%20model%20here&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_INGEST
- **ARTICLE_CLAIM** — Post one tiered claim voxel into an article ledger with who_claims + posted_by provenance. Not medical advice.
  when: user or model has one falsifiable assertion to append — who claims what, anecdote, study finding.
  args: slug|tier|assertion tier = human|preclinical|anecdotal|mechanistic|speculative
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_CLAIM&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_CLAIM&body=bpc-157%7Canecdotal%7CReddit%20user%20reports%20gut%20healing%20after%20GLP-1&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_CLAIM
- **ARTICLE_INSPECT** — Inspect any article as an isolated proof object — the tap-and-go proven-work loop in one invocation. Fetching 
  when: any model or person asked to verify a miscsubjects page instead of merely summarizing it; a regulator, auditor, or counterparty checking a c
  args: $1 = article slug. EX: [ARTICLE_INSPECT]proven-work[/ARTICLE_INSPECT]
  doc: https://miscsubjects.com/api/dispatch?key=ARTICLE_INSPECT&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=ARTICLE_INSPECT&body=%3Carticle%20slug%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=ARTICLE_INSPECT

### Troubleshooting
- If a row's example has placeholders, replace only the placeholder values and preserve separators.
- If a call fails, open its receipt and repair it with POST /api/dispatch {key, body, repairs:'inv_ID'}.
- If token scope denies this system, ask the owner for a row:/rows:/pfx: token scoped to the exact operation set.

Back to the tree: https://miscsubjects.com/api/dispatch?map=1&format=markdown