## §OIP SYSTEM ARTICLE — Articles (5 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
- **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

### 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