## §OIP SYSTEM ARTICLE — QUEUE (2 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
- **QUEUE_SEND** — Enqueue a job on the loop-tasks queue for the sibling Worker to consume and forward to /api/dispatch. $1=KEY, 
  when: you need to queue send
  args: $1 | $2
  doc: https://miscsubjects.com/api/dispatch?key=QUEUE_SEND&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=QUEUE_SEND&body=%3Carg1%3E%7C%3Carg2%3E&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=QUEUE_SEND
- **QUEUE_ARTICLES** — Queue one or more article jobs for the automatic writer queue. Cron writes them one at a time so Cyrus does no
  when: Cyrus wants to batch article requests and let the build process them asynchronously.\n# ARGS: $1 = JSON object or plain topic. JSON keys: as
  args: $1 = JSON object or plain topic. JSON keys: ask, slug, topic, web_search (default true), max_tokens, post_to (default /api/protocol/write), max_rounds, model.\n# EX: [QUEUE_ARTICLES]{"ask":"Write evidence-graded TB-500 article","slug":"tb-500"}[/QUEUE_ARTICLES]\n# EX: [QUEUE_ARTICLES]{"ask":"Populate BPC-157 with sources and widgets","slug":"bpc-157","post_to":"/api/protocol/populate","max_rounds":4}[/QUEUE_ARTICLES]\n["$1","writer-queue"]
  doc: https://miscsubjects.com/api/dispatch?key=QUEUE_ARTICLES&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=QUEUE_ARTICLES&body=%7B%22ask%22%3A%22Write%20evidence-graded%20TB-500%20article%22%2C%22slug%22%3A%22tb-500%22%7D&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=QUEUE_ARTICLES

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