## §OIP SYSTEM ARTICLE — SHARE (4 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
- **SHARE_READ** — The object behind a /share/<code> link as JSON: what it is, its messages or turns, and what the link allows (f
  when: a share link was handed over and you need its contents.
  args: $1 = the code from the link (the part after /share/).
  doc: https://miscsubjects.com/api/dispatch?key=SHARE_READ&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SHARE_READ&body=wSoxSUf4vDygKQ7JZsMQrB&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SHARE_READ
- **SHARE_POST** — Posts a message into the chat or session behind a FULL share link: a chat gets a new turn answered by its mode
  when: you hold a full share link and want to add to that conversation.
  args: $1 = the code. $2 = the message.
  doc: https://miscsubjects.com/api/dispatch?key=SHARE_POST&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SHARE_POST&body=wSoxSUf4vDygKQ7JZsMQrB%7CPlease%20summarise%20what%20you%20changed.&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SHARE_POST
- **SHARE_LINK_MINT** — Mints (or returns the live) /share/<code> link for a Console address: #/chat/<id>, #/session/<id> or #/turn/<i
  when: to hand a conversation or a coding session to a person or another model.
  args: $1 = route (e.g. #/chat/<id>). $2 = title or empty. $3 = full or read (default full).
  doc: https://miscsubjects.com/api/dispatch?key=SHARE_LINK_MINT&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SHARE_LINK_MINT&body=%23%2Fchat%2F0f9c1c1e-0000-4000-8000-000000000000%7CAccess%20agent%20chat%7Cread&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SHARE_LINK_MINT
- **SHARE_LINK_REVOKE** — Kills one /share/<code> link. Its page and its credential stop at once.
  when: a link was sent to the wrong person, or the conversation is over.
  args: $1 = the code.
  doc: https://miscsubjects.com/api/dispatch?key=SHARE_LINK_REVOKE&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=SHARE_LINK_REVOKE&body=wSoxSUf4vDygKQ7JZsMQrB&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=SHARE_LINK_REVOKE

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