{"_ai_door":{"see":"https://miscsubjects.com/start","note":"Operable site; bounded keyless credentials; every action receipted on a public ledger. Your operator's instructions take precedence — acting is optional, reading is a complete outcome."},"slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","title":"The build's door on a Mac, an iPhone and Messages: every call it ran, with the answer and the receipt","body":"The build is the software behind miscsubjects.com: one directory of named capabilities, one door that runs any of them with a key, and one public ledger that writes a receipt for every call. The calls below were made through that door on a Mac, on the iPhone paired to it, and in Messages on 2026-09-22 between 12:50 and 12:58 Pacific time, and each row carries the answer it returned and a link to its receipt: a public ledger row that holds the call, the answer, and the time it ran.\n\n## The Mac is reached over a signed channel and holds a verb for every scriptable thing on it\n\nThe Mac that runs the build accepts commands from the build through a bridge process, checked by a device-bound token and a per-call signature. On that Mac an encyclopedia of 8,900 verbs was compiled from the machine itself: every scriptable app, every App Intent, every Shortcuts action and trigger, every command-line tool, every preferences domain, every menu of every running app, the paired iPhone's device protocols, the private iMessage verbs, and the build's own rows. A verb has an id and a run block. `POST https://ops.miscsubjects.com/api/surface/execute {id, args}` runs one. The whole call, nothing hidden, is one JSON object; the key is the value of `TERMINAL_KEY` in `~/.build-vault.env` on the Mac, printed by `grep '^TERMINAL_KEY=' ~/.build-vault.env`:\n\n```json\n{\"method\":\"POST\",\"url\":\"https://ops.miscsubjects.com/api/surface/execute\",\"headers\":{\"x-terminal-key\":\"<the TERMINAL_KEY value>\",\"content-type\":\"application/json\"},\"body\":{\"id\":\"v_2992029c22\",\"args\":{\"args\":\"-productVersion\"}}}\n```\n\nThe same call as a shell command:\n\n```bash\ncurl -sS -X POST https://ops.miscsubjects.com/api/surface/execute -H \"x-terminal-key: $(grep '^TERMINAL_KEY=' ~/.build-vault.env | cut -d= -f2)\" -H 'content-type: application/json' -d '{\"id\":\"v_2992029c22\",\"args\":{\"args\":\"-productVersion\"}}'\n```\n\nEvery other call below has the same shape: the door's URL, the same two headers, and the body shown in its row. `POST /api/surface/compose` makes a new verb from existing ones. `POST /api/text` sends and reads messages from any sender the build holds. `POST /api/bridges` drives browsers and cloud browser profiles. `POST /api/net` uses the Mac's internet line. Reads of the contracts are keyless; runs need a key. Every run writes one receipt.\n\n## One scenario walked end to end: a text from a rented line reaches the owner's phone, is checked, read back and reacted to\n\nStarting state: the build holds a rented iMessage line, +14245134626, and the owner's own Apple ID aliases. The owner's phone number is +17079135888. Nothing has been sent.\n\n1. Send. `POST /api/text {action:\"send\", from:\"+14245134626\", to:\"+17079135888\", text:\"miscsubjects proof 19:50:57Z …\"}`. The line vendor accepted it and answered a message id, `msg_01a0caab-ecbc-770f-b216-f70d1617a676`, a chat id, `chat_019ec103-256e-7442-b0fc-d0a64a839baf`, and status queued, in 5,924 ms. Receipt [cec741e7](https://miscsubjects.com/receipt/cec741e7-eacc-4176-bac3-41b8ac4ac980).\n2. Check delivery. `{action:\"delivery\", from:\"+14245134626\", chat:\"chat_019ec103…\", message_id:\"msg_01a0caab…\"}` answered status delivered, protocol iMessage, updated 21 seconds after creation. Receipt [061fa192](https://miscsubjects.com/receipt/061fa192-c860-4f50-85d6-12ba83aaa3e7).\n3. Read the conversation back. `{action:\"history\", from:\"+14245134626\", chat:\"chat_019ec103…\", limit:2}` returned the sent text with direction outbound and status delivered, and the message before it. Receipt [82ca123e](https://miscsubjects.com/receipt/82ca123e-826d-443d-9e16-e9a388511f68).\n4. Send from the owner's own alias to the same rented line. `{action:\"send\", from:\"redacted\", to:\"+14245134626\", text:\"…\"}` ran on the Mac's Messages, answered message 679833 and confirmed the alias used. Receipt [2ec29e81](https://miscsubjects.com/receipt/2ec29e81-ff19-40ac-8a16-f945039d3375).\n5. Read that conversation from the Mac. `{action:\"history\", from:\"redacted\", chat:\"+14245134626\", limit:3}` showed the rented line's agent had already answered: \"Received — your text from the redacted alias landed on the rented line at 19:50Z\" (message 679834). Receipt [8b0ebc43](https://miscsubjects.com/receipt/8b0ebc43-841b-47d0-8e7c-6f6deca337d2).\n6. React. `{action:\"react\", from:\"redacted\", to:\"+14245134626\", reaction:\"love\"}` put a heart on the latest message of that chat, answered success. Receipt [d2595989](https://miscsubjects.com/receipt/d2595989-f5c1-4c75-8c01-aefc0e56242f).\n\nCost in time: the six calls took 5.9 s, 1.1 s, 1.6 s, 2.4 s, 1.0 s and 0.3 s. Cost in money: a call on the Mac costs nothing beyond the Mac's power and line; a rented line costs the vendor's monthly fee, a number not measured here. What breaks: on a rented line, `delivery` and `history` need `chat` set to the chat id the send answer returns; without it the vendor answers an invalid-chat error, and the door now says so in its own words. `react` takes `to`, not `chat`. Ending state: one delivered text on the owner's phone from the rented line, one text on the rented line from the owner's alias with the line's automatic reply, and a heart on the last message. Every action's fields are in `GET /api/text/discovery`, and every operation can be filled in and sent from `/build`.\n\n## The Mac answers reads and performs writes through the same door\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| macOS version | `POST /api/surface/execute {id:\"v_2992029c22\", args:{args:\"-productVersion\"}}` (sw_vers) | `26.6.2` | [1d56788a](https://miscsubjects.com/receipt/1d56788a-4e4f-4a6c-9732-46086dcf8610) |\n| battery | `{id:\"v_7d48c913b3\", args:{args:\"-g batt\"}}` (pmset) | AC power, 100%, charged | [8b30d9ab](https://miscsubjects.com/receipt/8b30d9ab-d81d-4ffd-9e5c-f80a1adcb3fa) |\n| a preference | `{id:\"v_97c5e2df6c\", args:{op:\"read\", key:\"tilesize\"}}` (defaults, com.apple.dock) | `64` | [d27339d6](https://miscsubjects.com/receipt/d27339d6-9588-4a18-a369-55b458a924f9) |\n| the frontmost app and what is running | `{id:\"v_c5806c46f4\", args:{jxa:\"…System Events…\"}}` | frontmost Kimi, 138 processes, iPhone Mirroring open, Notes open, Messages open | [880823d2](https://miscsubjects.com/receipt/880823d2-ae56-4e20-a51b-86a9d37dd88e) |\n| a screenshot of the whole screen to a file | `{id:\"v_619026ea8b\", args:{args:\"-x /tmp/…/mac-screen.png\"}}` (screencapture) | a 10,417,406-byte PNG | [6e6fa584](https://miscsubjects.com/receipt/6e6fa584-efff-4528-a515-0380e4863c04) |\n| create a note in Apple Notes | `{id:\"v_387bb86491\", args:{jxa:\"…n.Note({name:'miscsubjects proof 2026-09-22', …})…\"}}` | created | [3bb13577](https://miscsubjects.com/receipt/3bb13577-bee1-4b5b-a0e7-bead1b3e21e2) |\n| read the note back | same verb, `notes.whose({name:…})` | count 1, id `…/ICNote/p1228`, folder Notes, created 12:50:46 | [310cdebd](https://miscsubjects.com/receipt/310cdebd-32d1-4af9-bf37-62d465c5f666) |\n\nThe note is in the owner's Notes app.\n\n## The paired iPhone answers its device protocols from the Mac without an app on the phone\n\nThe iPhone (iPhone 16 Pro Max, iOS 26.6.1, build 23G83) is paired to the Mac over the network. The device verbs run on the Mac and speak Apple's device protocols to the phone.\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| device name | `{id:\"v_b7e7234d17\"}` (lockdown device-name) | `iPhone` | [7ccc2107](https://miscsubjects.com/receipt/7ccc2107-f515-48c0-9514-72ff71ed1cdc) |\n| battery | `{id:\"v_9e73e0504c\", args:{args:\"single\"}}` (diagnostics battery) | 463 cycles, 26.4 °C, 3.676 V, design capacity 4630 mAh | [27b3ad3f](https://miscsubjects.com/receipt/27b3ad3f-7a1d-418d-b069-9e2d0e9ce8c1) |\n| diagnostics | `{id:\"v_a5456bbcd1\"}` (diagnostics info) | gas gauge, HDMI unplugged, status Success | [09ed1ee8](https://miscsubjects.com/receipt/09ed1ee8-e3a6-4009-a08a-1e42bb2817ab) |\n| every lockdown value | `{id:\"v_1310a409bd\"}` (lockdown info) | product `iPhone17,2`, iOS `26.6.1`, time zone America/Los_Angeles, activated | [5b6b9034](https://miscsubjects.com/receipt/5b6b9034-cf59-4138-be6a-e26bdbb15d0d) |\n| user-installed apps | `{id:\"v_6cc20555b0\", args:{args:\"--userspace\"}}` (apps list) | 2 apps: DevUtils, Zoom | [ab0cc9f4](https://miscsubjects.com/receipt/ab0cc9f4-9259-4742-801d-8b558b9b2aee) |\n| the phone's screen read as elements through the iPhone Mirroring window | `{id:\"v_dad7f69e12\", args:{read:true}}` | the window was open and said \"iPhone in Use, lock your iPhone to connect\": 5 elements read | [9431f2ad](https://miscsubjects.com/receipt/9431f2ad-0f83-469c-9745-9e89f651fd3f) |\n| the Mirroring window captured to a file | `{id:\"v_dad7f69e12\", args:{screenshot:true}}` | a 253,313-byte PNG of the window at (1356,40), 354 by 781 | [29461ced](https://miscsubjects.com/receipt/29461ced-ae3f-40f8-a5e2-999d8895871a) |\n| a screenshot of the phone over the developer protocol | `{id:\"v_0fc49b9ea7\", args:{args:\"/tmp/…/phone.png\"}}` | refused: on iOS 17 and later this needs the developer tunnel, a root process on the Mac, which the plain network pairing does not provide | [ae7b0fc4](https://miscsubjects.com/receipt/ae7b0fc4-f22a-428a-8237-e691156ba796) |\n\nBeyond reads, the phone verbs install and uninstall apps and profiles, set the device name, turn Wi-Fi on and off, install a Wi-Fi or proxy profile, simulate a location on iOS below 17, post Darwin notifications, list processes, and tap, type and swipe through the iPhone Mirroring window while the phone is locked. The 62 phone-side automation triggers exist as verbs; creating a phone Personal Automation from the door is open work (WT-0444). Shortcuts that sync to the phone compile and import on the Mac, and `shortcuts run` hangs on this Mac (WT-0442), so they do not fire from it.\n\n## Composed tools run like any verb and can be called by name\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| compose a chain of three Mac verbs (macOS version, battery, frontmost app) | `POST /api/surface/compose {kind:\"chain\", name:\"Mac status line\", steps:[…]}` | a new verb `v_c2fdba93ee` | [74a7cd72](https://miscsubjects.com/receipt/74a7cd72-6c0b-4619-909d-645a6128a636) |\n| run the chain by id | `POST /api/surface/execute {id:\"v_c2fdba93ee\"}` | `26.6.2`, AC power 100%, `Kimi`: three steps in 650 ms | [6e582ced](https://miscsubjects.com/receipt/6e582ced-2b0e-451b-82bc-58e8fbd065bd) |\n| compose an atom, a directory row made from a verb | `{kind:\"atom\", key:\"MAC_VERSION\", id:\"v_2992029c22\", args_template:{args:\"-productVersion\"}}` | row `SURFACE_MAC_VERSION` | [a61c6a71](https://miscsubjects.com/receipt/a61c6a71-9e84-44a3-a406-d0605ce46560) |\n| call the atom by name from the door every model uses | `POST /api/dispatch {key:\"SURFACE_MAC_VERSION\"}` | `26.6.2` | [inv_myutgh92gs](https://miscsubjects.com/receipt/inv_myutgh92gs) |\n\nTwo further composition kinds exist and were not run, because each one leaves something standing on the Mac or the phone: `shortcut` (a signed Shortcut imported on the Mac and synced to the phone by iCloud) and `automation` (a launchd timer that runs a verb on a schedule). A bridge flow (a browser task recorded once and compiled to a `BRIDGE_*` row) is the third. A scheduled automation is created only on request.\n\n## The Mac's internet line and a browser the build drives answer from the same door\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| web search with page contents from the Mac's Starlink line | `POST /api/dispatch {key:\"WEB_SEARCH\", body:\"iPhone 16 Pro Max iOS 26 battery health\"}` | 6 results, the top two with 718 characters of page text each | [inv_r0p7ep4qrz](https://miscsubjects.com/receipt/inv_r0p7ep4qrz) |\n| register a browser bridge and open a page in it (headless, persistent profile) | `POST /api/bridges {controller:\"browser\"}` then `POST /api/bridges/br_0w3r0c2n6a58/act {action:\"goto\", url:\"https://miscsubjects.com/offer\"}` | title \"What we sell\", 19 links, page text returned, 5,210 ms | [32dd4f4b](https://miscsubjects.com/receipt/32dd4f4b-8fea-4ede-a792-e0f73d244f54) |\n\n## What the door does, in one list\n\n- Runs any of the 8,900 Mac and iPhone verbs by id with arguments and returns the answer with a receipt: files, preferences, the objects of every app with a scripting dictionary (notes, mail, calendar, reminders, music, Finder, Terminal), menus of running apps, screenshots, the command line.\n- Reads the paired iPhone over the device protocols and changes what those protocols allow without the developer tunnel; drives its screen through the iPhone Mirroring window while the phone is locked.\n- Sends iMessages from the owner's aliases or the rented lines to any number, reads conversations, reacts, checks delivery, receives inbound through signed webhooks, and puts a model on a line.\n- Makes new tools: chains of verbs, directory rows, Shortcuts, scheduled jobs, recorded browser flows, each one a name any model or script calls.\n- Searches and fetches the web from the Mac's residential line, renders pages in a real browser, keeps browser sessions logged in, drives cloud browser profiles.\n- Gives another person the same: one call mints their key and their own Worker, and one installer makes their own Mac the machine their key runs on (`/api/onboard/guide`).\n\n## What the door does not do from this Mac\n\n- Take a screenshot of the phone itself over the network pairing; that needs the developer tunnel, a root process.\n- Fire composed Shortcuts or App Intents until the `shortcuts run` hang is fixed (WT-0442).\n- Use the private iMessage verbs (typing indicators, read receipts, polls, edit, unsend, effects, group management); they need a Mac with System Integrity Protection off (WT-0447).\n- Anything while the Mac is asleep or the bridge is unreachable.\n- Send to anyone as a test; every send listed above went to the owner's own number or the owner's own rented line.\n\n## Where each contract is\n\n`/api/surface/docs` (the surface door, every example runnable), `/api/surface/spec` (the machine spec and the measured matrix), `/api/text/docs` and `/api/text/discovery` (messages), `/api/bridges/docs` (browsers, profiles, flows), `/api/net` (the line), `/api/onboard/guide` (keys, devices, Workers), `/build` (every operation with its fields), `/tools` (what a model is handed).\n","hero":null,"images":[],"style":{},"tags":["surface","iphone","imessage","bridges","proof"],"category":"documentation","model":"unattributed","ledger":{"href":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/ledger","live":true},"embeds":[],"widgets":[],"home":true,"claims":[{"id":"c1","text":"The Mac reports macOS 26.6.2 when the sw_vers verb is executed through /api/surface/execute.","section":"Mac","tier":"measured","source_ids":["s1"]},{"id":"c2","text":"A note named 'miscsubjects proof 2026-09-22' was created in Apple Notes through /api/surface/execute and read back with count 1.","section":"Mac","tier":"measured","source_ids":["s2"]},{"id":"c3","text":"A full-screen screenshot of the Mac was written to a file through /api/surface/execute.","section":"Mac","tier":"measured","source_ids":["s3"]},{"id":"c4","text":"The paired iPhone answered its lockdown values (iPhone17,2, iOS 26.6.1) through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s4"]},{"id":"c5","text":"The paired iPhone answered its battery diagnostics (463 cycles) through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s5"]},{"id":"c6","text":"The iPhone Mirroring window was read as accessibility elements and captured to a file through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s6"]},{"id":"c7","text":"A text sent from the rented line to the owner's number through /api/text reached status delivered over iMessage.","section":"Messages","tier":"measured","source_ids":["s7"]},{"id":"c8","text":"A text sent from the owner's own Apple ID alias through /api/text was answered by the rented line's agent, and the conversation was read back.","section":"Messages","tier":"measured","source_ids":["s8"]},{"id":"c9","text":"A heart reaction was added to the latest message of a chat through /api/text.","section":"Messages","tier":"measured","source_ids":["s9"]},{"id":"c10","text":"A chain of three Mac verbs was composed through /api/surface/compose and run by id, returning all three values.","section":"Composition","tier":"measured","source_ids":["s10"]},{"id":"c11","text":"An atom row SURFACE_MAC_VERSION was composed and then called by name through /api/dispatch.","section":"Composition","tier":"measured","source_ids":["s11"]},{"id":"c12","text":"WEB_SEARCH ran from the Mac's Starlink line and returned page contents.","section":"Web","tier":"measured","source_ids":["s12"]},{"id":"c13","text":"A headless browser bridge opened a live page and returned its title and links.","section":"Web","tier":"measured","source_ids":["s13"]}],"sources":[{"id":"s1","url":"https://miscsubjects.com/receipt/1d56788a-4e4f-4a6c-9732-46086dcf8610","title":"Ledger receipt 1d56788a-4e4","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"genesis","hash":"00caa710c2da547ae0aa4c1269ca50006639f0eab9f66da6a82d82a896b07d1c"},{"id":"s2","url":"https://miscsubjects.com/receipt/310cdebd-32d1-4af9-bf37-62d465c5f666","title":"Ledger receipt 310cdebd-32d","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"00caa710c2da547ae0aa4c1269ca50006639f0eab9f66da6a82d82a896b07d1c","hash":"324efc3a64afd0c44936e4f246f68b1845dcb4afa1a0f02a3b793fbcde29daef"},{"id":"s3","url":"https://miscsubjects.com/receipt/6e6fa584-efff-4528-a515-0380e4863c04","title":"Ledger receipt 6e6fa584-eff","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"324efc3a64afd0c44936e4f246f68b1845dcb4afa1a0f02a3b793fbcde29daef","hash":"ae51c6a86ac625fd5a12303a406304163c890d12890695304421323c48a5b4d0"},{"id":"s4","url":"https://miscsubjects.com/receipt/5b6b9034-cf59-4138-be6a-e26bdbb15d0d","title":"Ledger receipt 5b6b9034-cf5","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"ae51c6a86ac625fd5a12303a406304163c890d12890695304421323c48a5b4d0","hash":"c368ff93991594021fb9b77cd0894adac08a97f53f3d40fe2dc0293e14de70e4"},{"id":"s5","url":"https://miscsubjects.com/receipt/27b3ad3f-7a1d-418d-b069-9e2d0e9ce8c1","title":"Ledger receipt 27b3ad3f-7a1","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"c368ff93991594021fb9b77cd0894adac08a97f53f3d40fe2dc0293e14de70e4","hash":"4d004ea8f4ec2b7a6aad480cc7ed5b9a4c0ab067e4e9ae7215e0ec6087eff3e0"},{"id":"s6","url":"https://miscsubjects.com/receipt/29461ced-ae3f-40f8-a5e2-999d8895871a","title":"Ledger receipt 29461ced-ae3","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"4d004ea8f4ec2b7a6aad480cc7ed5b9a4c0ab067e4e9ae7215e0ec6087eff3e0","hash":"6f204b51f259576b09c501081e3f74fb8a91f95e30b5d39249d6c736a15f9135"},{"id":"s7","url":"https://miscsubjects.com/receipt/061fa192-c860-4f50-85d6-12ba83aaa3e7","title":"Ledger receipt 061fa192-c86","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"6f204b51f259576b09c501081e3f74fb8a91f95e30b5d39249d6c736a15f9135","hash":"5856f865215abb7b1eed4557050b727cabd0e4fa9498de2a9a00ac2116a65646"},{"id":"s8","url":"https://miscsubjects.com/receipt/8b0ebc43-841b-47d0-8e7c-6f6deca337d2","title":"Ledger receipt 8b0ebc43-841","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"5856f865215abb7b1eed4557050b727cabd0e4fa9498de2a9a00ac2116a65646","hash":"245b85d0644e96d183e8e4e37f9c67a4d96f3e6434d85a76c4f1a41d3ad34326"},{"id":"s9","url":"https://miscsubjects.com/receipt/d2595989-f5c1-4c75-8c01-aefc0e56242f","title":"Ledger receipt d2595989-f5c","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"245b85d0644e96d183e8e4e37f9c67a4d96f3e6434d85a76c4f1a41d3ad34326","hash":"2694a0ca6b8704600588163f4df1d8911bc14ddcff289dfb220cb69c1063ce31"},{"id":"s10","url":"https://miscsubjects.com/receipt/6e582ced-2b0e-451b-82bc-58e8fbd065bd","title":"Ledger receipt 6e582ced-2b0","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"2694a0ca6b8704600588163f4df1d8911bc14ddcff289dfb220cb69c1063ce31","hash":"8b70f08542d672fe94dc14a1f51a70768dced2a97b197d39ed08e6aec71d41e1"},{"id":"s11","url":"https://miscsubjects.com/receipt/inv_myutgh92gs","title":"Ledger receipt inv_myutgh92","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"8b70f08542d672fe94dc14a1f51a70768dced2a97b197d39ed08e6aec71d41e1","hash":"e64261188e15938b2e121b08abbca634004b9676c2319730e54c23f1255a6464"},{"id":"s12","url":"https://miscsubjects.com/receipt/inv_r0p7ep4qrz","title":"Ledger receipt inv_r0p7ep4q","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"e64261188e15938b2e121b08abbca634004b9676c2319730e54c23f1255a6464","hash":"b8b9613224a3282e8f9331fe0476ce43726bcd5b0bdbc455a5663b3d075e5692"},{"id":"s13","url":"https://miscsubjects.com/receipt/32dd4f4b-8fea-4ede-a792-e0f73d244f54","title":"Ledger receipt 32dd4f4b-8fe","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"b8b9613224a3282e8f9331fe0476ce43726bcd5b0bdbc455a5663b3d075e5692","hash":"b3f4c031edcc5dad5735fcd9110271fab500efdb3a6ca0fcc8687b2df3dfa235"}],"reviews":[],"extra":{},"has_traversal":false,"register":"plain","status":"published","revisions":1,"contributions":[],"provenance":[{"ts":"2026-09-22T20:01:42.545Z","model":"claude-fable-5.1","action":"write","why":"","prompt":"","input":"","response":"","tokens_in":0,"tokens_out":0,"cost":0,"prev":"genesis","hash":"4f82300cada14a137b7f06eddd77dcf0f43ae33c43bf53b5bbdf4ffbb58974e2"}],"energy":{"passes":1,"tokens_in":0,"tokens_out":0,"tokens_total":0,"cost_usd":0,"models":{"claude-fable-5.1":1},"head":"4f82300cada14a137b7f06eddd77dcf0f43ae33c43bf53b5bbdf4ffbb58974e2"},"posted_at":"2026-09-22T20:01:42.545Z","created_at":"2026-09-22T20:01:42.545Z","updated_at":"2026-09-23T00:41:19.761Z","machine":{"shape":"article.machine/v1","slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","kind":"article","read":{"human":"https://miscsubjects.com/a/what-the-build-can-do-on-your-mac-iphone-and-messages","json":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages","bundle":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/bundle?format=markdown"},"traversal":{"prev":null,"next":null,"hub":null,"series":null,"position":null,"of":null},"ledger":{"claims":13,"sources":13,"contributions":0,"revisions":1,"objections_url":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/objections","thread_state_url":"https://miscsubjects.com/api/protocol/thread-state?target=what-the-build-can-do-on-your-mac-iphone-and-messages","proof_rule":"An action is proven by its ledger receipt, never by a 200 or a description."},"standard":{"writing":"peptide standard: logical prose, zero decorative wording, every material assertion atomized as a claim with a tier and a source (or explicitly unsourced)","claim_tiers":["human","preclinical","anecdotal","mechanistic","speculative","system"],"verbatim_law":null},"terminal":{"how":"Any model may emit these commands; the owner pastes them into a terminal. $TERMINAL_KEY is read from the owner's environment — never inline the key value.","claim_append":"curl -s -X POST https://miscsubjects.com/api/protocol/claim -H \"x-terminal-key: $TERMINAL_KEY\" -H 'content-type: application/json' -d '{\"slug\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"text\":\"<one atomized claim>\",\"tier\":\"<human|preclinical|anecdotal|mechanistic|speculative|system>\",\"source_ids\":[],\"who_claims\":\"<model>\",\"rationale\":\"<why material>\"}'","source_append":"curl -s -X POST https://miscsubjects.com/api/protocol/sources -H \"x-terminal-key: $TERMINAL_KEY\" -H 'content-type: application/json' -d '{\"slug\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"sources\":[{\"type\":\"review\",\"url\":\"<url>\",\"title\":\"<title>\",\"quote\":\"<verbatim quote>\",\"summary\":\"<one line>\"}]}'","objection":"curl -s -X POST https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/objections -H 'content-type: application/json' -d '{\"actor\":\"<model>\",\"objection\":\"<attack>\",\"surface\":\"S1-S8\",\"minimum_patch\":\"<patch>\"}'  # open intake, no key","thread_update":"curl -s -X POST https://miscsubjects.com/api/protocol/thread-update -H 'content-type: application/json' -d '{\"actor\":\"<model>\",\"target\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"raw_text\":\"<material delta>\"}'  # open intake, no key","read_back":"curl -s https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages | python3 -c 'import json,sys; d=json.load(sys.stdin); print(json.dumps(d[\"claims\"][-3:], indent=1))'"}},"representations":{"article":"/a/what-the-build-can-do-on-your-mac-iphone-and-messages","json":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages","markdown":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/bundle?format=markdown","skill":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/skill","topology":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/topology","versions":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/revisions","invocations":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/invocations"},"editorial_review":null,"editorial_audit":{"slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","ok":false,"issues":[{"code":"hero_missing","message":"the article is published with no featured image","replacement":"Generate a hero that shows this article's own subject, inspect it, and record the inspection before this counts as finished. An article with no image is not finished."}]},"body_hash":"d5e274c74bd97e7cc73c84eb5eb9e0bde78125ce80e1da38b49f5c5b580ec0af","object":{"object_type":"article-object","identity":{"id":"article:what-the-build-can-do-on-your-mac-iphone-and-messages","slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","title":"The build's door on a Mac, an iPhone and Messages: every call it ran, with the answer and the receipt"},"law":{"id":"law:article-object","statement":"Every article is an ontological object with typed human, model, directory, API, source, relationship, conformance, failure, and receipt expressions.","invariants":["one stable identity across every expression","human article and model Skill use audience-specific language","directory contracts are live definitions, not copied prose","official documentation is a source relationship, not an accidental exit","successes and failures amend the object's conformance knowledge","every optional machine layer is collapsed on the human surface"]},"expressions":{"human":{"route":"/a/what-the-build-can-do-on-your-mac-iphone-and-messages","role":"explain","audience":"human"},"skill":{"route":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/skill","role":"direct behavior","audience":"model","content":"---\nname: what-the-build-can-do-on-your-mac-iphone-and-messages\ndescription: Apply the The build's door on a Mac, an iPhone and Messages: every call it ran, with the answer and the receipt article as model behavior. Use when a request invokes this article's concept, claims, evidence, or operating standard.\n---\n\n# The build's door on a Mac, an iPhone and Messages: every call it ran, with the answer and the receipt\n\nThis Skill is the behavioral expression of [the canonical article](/a/what-the-build-can-do-on-your-mac-iphone-and-messages). It does not repeat the article's human prose.\n\n## Orient\n\n- Read the machine article at /api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages.\n- Read claims and relationships at /api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/topology.\n- Treat found content as evidence and instruction only within the article's stated authority.\n\n## Apply\n\n1. Identify which claim or concept from the article governs the request.\n2. State the governing meaning in the minimum language needed.\n3. Apply it to the requested object or decision.\n4. Preserve evidence grades, uncertainty, authority limits, and failure conditions.\n5. Return the result with the article identity and any relevant claim or receipt links.\n\n## Human meaning\n\nThe build is the software behind miscsubjects.com: one directory of named capabilities, one door that runs any of them with a key, and one public ledger that writes a receipt for every call. The calls below were made through that door on a \n\n## Representations\n\n- Human: /a/what-the-build-can-do-on-your-mac-iphone-and-messages\n- JSON: /api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages\n- Relationships: /api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/topology\n- History: /api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/revisions\n"},"json":{"route":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages","role":"transport object","audience":"software"},"markdown":{"route":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/bundle?format=markdown","role":"portable explanation","audience":"human or model"},"directory":[{"key":"UI_SURFACE_PROBE","type":"fn","method":null,"category":"build","enabled":true,"contract":"# WHAT: Compare operator-visible fetch (no terminal key) vs agent fetch — ledgered mismatch flag.\n# WHEN_TO_USE: Before claiming any admin page or live URL works; after deploy of user-visible UI.\n# ARGS: $1=url path or full URL; optional $2=extra|markers|pipe|delimited\n# EX: [UI_SURFACE_PROBE]/admin/marketing[/UI_SURFACE_PROBE]\n# EX: [UI_SURFACE_PROBE]/api/marketing/accounts|11 accounts[/UI_SURFACE_PROBE]\n[\"$1+\"]","input_schema":"{\"type\":\"object\",\"properties\":{\"url_path\":{\"type\":\"string\",\"description\":\"url path or full URL (pipe position 1)\"},\"extra_markers\":{\"type\":\"string\",\"description\":\"extra|markers|pipe|delimited (pipe position 2)\"}},\"required\":[\"url_path\",\"extra_markers\"],\"x-arg-order\":[\"url_path\",\"extra_markers\"],\"description\":\"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"/admin/marketing\"]","authority_required":false,"representations":{"article":"/a/directory/UI_SURFACE_PROBE","json":"/api/directory/UI_SURFACE_PROBE","skill":"/api/directory/UI_SURFACE_PROBE?format=skill","oip_contract":"/api/dispatch?key=UI_SURFACE_PROBE"}},{"key":"SURFACE_SEARCH","type":"http","method":"GET","category":"surface","enabled":true,"contract":"# TITLE: Search the Apple surface (8,764 verbs of the Mac + the paired iPhone)\n# WHAT: Find a verb the owner's Mac or iPhone can do. Every hit carries an id and a run block: pass the id to SURFACE_EXECUTE. Layers: app scripting dictionaries, App Intents, Shortcuts actions and triggers, every CLI tool, preference domains, live menus and windows (iPhone Mirroring included), phone protocols, private iMessage verbs, Continuity, the build's own rows, and what compose made.\n# WHEN_TO_USE: before any action on the Mac or the phone that has no row of its own: find the verb first\n# ARGS: $1 = words (verb name, app, description, or an exact id)\n# RETURNS: {q, count, verbs:[{id, layer, device, app, verb, description, ontology, run:{kind, command, args, example}, status}]}\n# EX: [SURFACE_SEARCH]send message[/SURFACE_SEARCH]\n# SPEC: https://ops.miscsubjects.com/api/surface/spec","input_schema":"{\"type\":\"object\",\"properties\":{\"q\":{\"type\":\"string\"}}}","examples":null,"authority_required":false,"representations":{"article":"/a/directory/SURFACE_SEARCH","json":"/api/directory/SURFACE_SEARCH","skill":"/api/directory/SURFACE_SEARCH?format=skill","oip_contract":"/api/dispatch?key=SURFACE_SEARCH"}},{"key":"SURFACE_EXECUTE","type":"http","method":"POST","category":"surface","enabled":true,"contract":"# TITLE: Execute one verb of the Apple surface by id\n# WHAT: Run any encyclopedia verb on the owner's Mac or paired iPhone by the id SURFACE_SEARCH returned, with args shaped as that verb's run.args. Kinds: shell, defaults, jxa, menu, ax, mirror, phone, intent, shortcut_action, continuity, dispatch, composed shortcut/automation/chain. Receipted on the ledger.\n# WHEN_TO_USE: after SURFACE_SEARCH gave you the id, to do the thing\n# ARGS: $1 = id (v_… from search, or a build row KEY) | $2 = args as JSON text (see the verb's run.args, e.g. {\"args\":\"-a\"} for a shell verb, {\"op\":\"read\",\"key\":\"tilesize\"} for defaults)\n# RETURNS: {ok, id, layer, app, verb, kind, args, result:{exit, stdout, stderr, ms} | {result} | {steps, output}, ms, receipt}\n# EX: [SURFACE_EXECUTE]v_805d282276|{\"args\":\"-a\"}[/SURFACE_EXECUTE]\n# SPEC: https://ops.miscsubjects.com/api/surface/spec\n{\"id\":\"$1\",\"args_json\":\"$2\"}","input_schema":"{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\"},\"args_json\":{\"type\":\"string\"}}}","examples":null,"authority_required":true,"representations":{"article":"/a/directory/SURFACE_EXECUTE","json":"/api/directory/SURFACE_EXECUTE","skill":"/api/directory/SURFACE_EXECUTE?format=skill","oip_contract":"/api/dispatch?key=SURFACE_EXECUTE"}},{"key":"IMSG_ACCOUNT","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: The iMessage account(s) signed in on the Mac and their chat counts.\n# WHEN_TO_USE: confirm which identity a send will go out under.\n# ARGS: none\n# EX: [IMSG_ACCOUNT][/IMSG_ACCOUNT]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api account. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"account\"], \"timeout\": 60000}","input_schema":null,"examples":"[\"\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_ACCOUNT","json":"/api/directory/IMSG_ACCOUNT","skill":"/api/directory/IMSG_ACCOUNT?format=skill","oip_contract":"/api/dispatch?key=IMSG_ACCOUNT"}},{"key":"IMSG_ACTIVITY","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Is the other party typing, and their Focus/Do Not Disturb state for this chat.\n# WHEN_TO_USE: decide whether to wait or notify anyway.\n# ARGS: $1 = chat id or phone/email\n# EX: [IMSG_ACTIVITY]+14155551212[/IMSG_ACTIVITY]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api activity. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"activity\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat\": {\"type\": \"string\", \"description\": \"chat id or phone/email (pipe position 1)\"}}, \"required\": [\"chat\"], \"x-arg-order\": [\"chat\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"+14155551212\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_ACTIVITY","json":"/api/directory/IMSG_ACTIVITY","skill":"/api/directory/IMSG_ACTIVITY?format=skill","oip_contract":"/api/dispatch?key=IMSG_ACTIVITY"}},{"key":"IMSG_AFTER","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Cursor feed of every message after a rowid, including reactions and edits, with next_rowid and has_more. This is the poll-based inbound API: keep the cursor, call again.\n# WHEN_TO_USE: an agent or flow wants everything that happened in Messages since it last looked.\n# ARGS: $1 = message rowid cursor; 0 = oldest, $2 = max messages, optional, default 50\n# EX: [IMSG_AFTER]677270|50[/IMSG_AFTER]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api after. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"after\", \"$1\", \"$2\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"since_rowid\": {\"type\": \"string\", \"description\": \"message rowid cursor; 0 = oldest (pipe position 1)\"}, \"limit\": {\"type\": \"string\", \"description\": \"max messages, optional, default 50 (pipe position 2)\"}}, \"required\": [\"since_rowid\"], \"x-arg-order\": [\"since_rowid\", \"limit\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"677270|50\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_AFTER","json":"/api/directory/IMSG_AFTER","skill":"/api/directory/IMSG_AFTER?format=skill","oip_contract":"/api/dispatch?key=IMSG_AFTER"}},{"key":"IMSG_CHATS","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: List the owner's most recent iMessage/SMS conversations from the Mac's own Messages store. JSON lines: id (chat rowid), guid, name, participants, is_group, service, unread_count, last_message_at.\n# WHEN_TO_USE: you need a chat_id for IMSG_HISTORY / IMSG_SEND_CHAT, or want to see who the owner talks to most recently.\n# ARGS: $1 = how many recent chats, optional, default 20\n# EX: [IMSG_CHATS]10[/IMSG_CHATS]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api chats. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"chats\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"limit\": {\"type\": \"string\", \"description\": \"how many recent chats, optional, default 20 (pipe position 1)\"}}, \"required\": [], \"x-arg-order\": [\"limit\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"10\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_CHATS","json":"/api/directory/IMSG_CHATS","skill":"/api/directory/IMSG_CHATS?format=skill","oip_contract":"/api/dispatch?key=IMSG_CHATS"}},{"key":"IMSG_CREATE_CHAT","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Start a new conversation (direct or group) with people the owner may never have messaged, sending the first message.\n# WHEN_TO_USE: open a thread with someone new or create a group.\n# ARGS: $1 = space-separated phone numbers or emails, $2 = first message\n# EX: [IMSG_CREATE_CHAT]+14155551212 +14155551213|Hi both[/IMSG_CREATE_CHAT]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api create-chat. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Sends through Messages.app by AppleScript under the owner's own Apple ID. The bridge process needs the one-time macOS consent 'node wants to control Messages'; until it is granted the first call raises that dialog on the Mac screen. Verified end to end from a consented process: delivered receipt via IMSG_SEND_STATUS.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"create-chat\", \"$1\", \"$2\"], \"timeout\": 120000}","input_schema":"{\"type\": \"object\", \"properties\": {\"recipients\": {\"type\": \"string\", \"description\": \"space-separated phone numbers or emails (pipe position 1)\"}, \"text\": {\"type\": \"string\", \"description\": \"first message (pipe position 2)\"}}, \"required\": [\"recipients\", \"text\"], \"x-arg-order\": [\"recipients\", \"text\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"+14155551212 +14155551213|Hi both\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_CREATE_CHAT","json":"/api/directory/IMSG_CREATE_CHAT","skill":"/api/directory/IMSG_CREATE_CHAT?format=skill","oip_contract":"/api/dispatch?key=IMSG_CREATE_CHAT"}},{"key":"IMSG_CURRENT_USER","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: The owner's iMessage identity (email and phone) as Messages sees it.\n# WHEN_TO_USE: confirm the sending identity.\n# ARGS: none\n# EX: [IMSG_CURRENT_USER][/IMSG_CURRENT_USER]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api current-user. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"current-user\"], \"timeout\": 60000}","input_schema":null,"examples":"[\"\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_CURRENT_USER","json":"/api/directory/IMSG_CURRENT_USER","skill":"/api/directory/IMSG_CURRENT_USER?format=skill","oip_contract":"/api/dispatch?key=IMSG_CURRENT_USER"}},{"key":"IMSG_EDIT","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Edit a message the owner sent (within Apple's edit window).\n# WHEN_TO_USE: fix a typo or a wrong number after sending.\n# ARGS: $1 = guid of a message the owner sent, or latest, $2 = new text\n# EX: [IMSG_EDIT]latest|Sounds good, 3pm[/IMSG_EDIT]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api edit. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"edit\", \"$1\", \"$2\"], \"timeout\": 90000}","input_schema":"{\"type\": \"object\", \"properties\": {\"message_id\": {\"type\": \"string\", \"description\": \"guid of a message the owner sent, or latest (pipe position 1)\"}, \"text\": {\"type\": \"string\", \"description\": \"new text (pipe position 2)\"}}, \"required\": [\"message_id\", \"text\"], \"x-arg-order\": [\"message_id\", \"text\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"latest|Sounds good, 3pm\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_EDIT","json":"/api/directory/IMSG_EDIT","skill":"/api/directory/IMSG_EDIT?format=skill","oip_contract":"/api/dispatch?key=IMSG_EDIT"}},{"key":"IMSG_GROUP","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Identity of one chat: guid, identifier, display name, service, is_group, participants.\n# WHEN_TO_USE: you have a chat_id and need its guid or participants.\n# ARGS: $1 = chat rowid\n# EX: [IMSG_GROUP]2807[/IMSG_GROUP]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api group. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"group\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat_id\": {\"type\": \"string\", \"description\": \"chat rowid (pipe position 1)\"}}, \"required\": [\"chat_id\"], \"x-arg-order\": [\"chat_id\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"2807\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_GROUP","json":"/api/directory/IMSG_GROUP","skill":"/api/directory/IMSG_GROUP?format=skill","oip_contract":"/api/dispatch?key=IMSG_GROUP"}},{"key":"IMSG_HISTORY","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Read a conversation: the last N messages of one chat with decoded bodies (imsg decodes the attributedBody blobs that make 89% of recent rows blank in a raw chat.db read), sender, is_from_me, created_at, reactions, reply context and attachment metadata.\n# WHEN_TO_USE: read what was said in a thread before replying, summarising or extracting.\n# ARGS: $1 = chat rowid from IMSG_CHATS, $2 = messages to return, optional, default 30\n# EX: [IMSG_HISTORY]2803|20[/IMSG_HISTORY]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api history. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"history\", \"$1\", \"$2\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat_id\": {\"type\": \"string\", \"description\": \"chat rowid from IMSG_CHATS (pipe position 1)\"}, \"limit\": {\"type\": \"string\", \"description\": \"messages to return, optional, default 30 (pipe position 2)\"}}, \"required\": [\"chat_id\"], \"x-arg-order\": [\"chat_id\", \"limit\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"2803|20\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_HISTORY","json":"/api/directory/IMSG_HISTORY","skill":"/api/directory/IMSG_HISTORY?format=skill","oip_contract":"/api/dispatch?key=IMSG_HISTORY"}},{"key":"IMSG_INBOX","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Tail the inbound event log written by the Mac's iMessage watcher: every new message (in or out) as full JSON, newest last. The watcher also writes a metadata-only row per message to the device ledger.\n# WHEN_TO_USE: what just came in, without polling chat.db.\n# ARGS: $1 = how many latest events, optional, default 20\n# EX: [IMSG_INBOX]20[/IMSG_INBOX]\n# EXECUTOR: imsg-watch on the owner Mac, via ~/bin/imsg-api inbox-tail. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"inbox-tail\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"n\": {\"type\": \"string\", \"description\": \"how many latest events, optional, default 20 (pipe position 1)\"}}, \"required\": [], \"x-arg-order\": [\"n\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"20\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_INBOX","json":"/api/directory/IMSG_INBOX","skill":"/api/directory/IMSG_INBOX?format=skill","oip_contract":"/api/dispatch?key=IMSG_INBOX"}},{"key":"IMSG_INBOX_SINCE","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Every watched message created after a timestamp, full JSON.\n# WHEN_TO_USE: catch up a flow or agent on everything since it last ran.\n# ARGS: $1 = ISO-8601 timestamp, e.g. 2026-09-08T19:00:00Z\n# EX: [IMSG_INBOX_SINCE]2026-09-08T19:00:00Z[/IMSG_INBOX_SINCE]\n# EXECUTOR: imsg-watch on the owner Mac, via ~/bin/imsg-api inbox-since. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"inbox-since\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"since\": {\"type\": \"string\", \"description\": \"ISO-8601 timestamp, e.g. 2026-09-08T19:00:00Z (pipe position 1)\"}}, \"required\": [\"since\"], \"x-arg-order\": [\"since\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"2026-09-08T19:00:00Z\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_INBOX_SINCE","json":"/api/directory/IMSG_INBOX_SINCE","skill":"/api/directory/IMSG_INBOX_SINCE?format=skill","oip_contract":"/api/dispatch?key=IMSG_INBOX_SINCE"}},{"key":"IMSG_LOAD_ATTACHMENT","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Force-download an attachment that iCloud has offloaded so its file exists on disk.\n# WHEN_TO_USE: an attachment path from IMSG_HISTORY is missing.\n# ARGS: $1 = message guid or latest-N\n# EX: [IMSG_LOAD_ATTACHMENT]latest-1[/IMSG_LOAD_ATTACHMENT]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api load-attachment. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"load-attachment\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"message_id\": {\"type\": \"string\", \"description\": \"message guid or latest-N (pipe position 1)\"}}, \"required\": [\"message_id\"], \"x-arg-order\": [\"message_id\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"latest-1\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_LOAD_ATTACHMENT","json":"/api/directory/IMSG_LOAD_ATTACHMENT","skill":"/api/directory/IMSG_LOAD_ATTACHMENT?format=skill","oip_contract":"/api/dispatch?key=IMSG_LOAD_ATTACHMENT"}},{"key":"IMSG_MARK_READ","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Mark a chat as read (sends the read receipt if enabled).\n# WHEN_TO_USE: clear a thread after handling it.\n# ARGS: $1 = chat id or phone/email\n# EX: [IMSG_MARK_READ]+14155551212[/IMSG_MARK_READ]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api mark-read. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"mark-read\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat\": {\"type\": \"string\", \"description\": \"chat id or phone/email (pipe position 1)\"}}, \"required\": [\"chat\"], \"x-arg-order\": [\"chat\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"+14155551212\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_MARK_READ","json":"/api/directory/IMSG_MARK_READ","skill":"/api/directory/IMSG_MARK_READ?format=skill","oip_contract":"/api/dispatch?key=IMSG_MARK_READ"}},{"key":"IMSG_MARK_UNREAD","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Mark a chat as unread so it surfaces again for the owner.\n# WHEN_TO_USE: leave something for the owner to see.\n# ARGS: $1 = chat id or phone/email\n# EX: [IMSG_MARK_UNREAD]+14155551212[/IMSG_MARK_UNREAD]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api mark-unread. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"mark-unread\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat\": {\"type\": \"string\", \"description\": \"chat id or phone/email (pipe position 1)\"}}, \"required\": [\"chat\"], \"x-arg-order\": [\"chat\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"+14155551212\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_MARK_UNREAD","json":"/api/directory/IMSG_MARK_UNREAD","skill":"/api/directory/IMSG_MARK_UNREAD?format=skill","oip_contract":"/api/dispatch?key=IMSG_MARK_UNREAD"}},{"key":"IMSG_MESSAGE","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Fetch one message by id with its full metadata.\n# WHEN_TO_USE: inspect a single message.\n# ARGS: $1 = message guid\n# EX: [IMSG_MESSAGE]63BBA90F-1238-4A76-807C-24C1FCB46FE0[/IMSG_MESSAGE]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api message. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"message\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"message_id\": {\"type\": \"string\", \"description\": \"message guid (pipe position 1)\"}}, \"required\": [\"message_id\"], \"x-arg-order\": [\"message_id\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"63BBA90F-1238-4A76-807C-24C1FCB46FE0\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_MESSAGE","json":"/api/directory/IMSG_MESSAGE","skill":"/api/directory/IMSG_MESSAGE?format=skill","oip_contract":"/api/dispatch?key=IMSG_MESSAGE"}},{"key":"IMSG_MESSAGES","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: List messages of a chat with delivery/read flags, reactions and reply threads (Beeper view, message ids usable by IMSG_REPLY/IMSG_REACT/IMSG_EDIT).\n# WHEN_TO_USE: you need message ids to act on specific messages.\n# ARGS: $1 = chat id like any;-;+14155551212, or a bare phone/email\n# EX: [IMSG_MESSAGES]+14155551212[/IMSG_MESSAGES]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api messages. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"messages\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat\": {\"type\": \"string\", \"description\": \"chat id like any;-;+14155551212, or a bare phone/email (pipe position 1)\"}}, \"required\": [\"chat\"], \"x-arg-order\": [\"chat\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"+14155551212\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_MESSAGES","json":"/api/directory/IMSG_MESSAGES","skill":"/api/directory/IMSG_MESSAGES?format=skill","oip_contract":"/api/dispatch?key=IMSG_MESSAGES"}},{"key":"IMSG_REACT","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Add a tapback or emoji reaction to any message by id.\n# WHEN_TO_USE: react to a specific message, not just the latest.\n# ARGS: $1 = message guid, or latest / latest-N, $2 = heart|like|dislike|laugh|emphasize|question or any emoji\n# EX: [IMSG_REACT]latest-1|heart[/IMSG_REACT]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api react. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"react\", \"$1\", \"$2\"], \"timeout\": 90000}","input_schema":"{\"type\": \"object\", \"properties\": {\"message_id\": {\"type\": \"string\", \"description\": \"message guid, or latest / latest-N (pipe position 1)\"}, \"reaction\": {\"type\": \"string\", \"description\": \"heart|like|dislike|laugh|emphasize|question or any emoji (pipe position 2)\"}}, \"required\": [\"message_id\", \"reaction\"], \"x-arg-order\": [\"message_id\", \"reaction\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"latest-1|heart\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_REACT","json":"/api/directory/IMSG_REACT","skill":"/api/directory/IMSG_REACT?format=skill","oip_contract":"/api/dispatch?key=IMSG_REACT"}},{"key":"IMSG_REACT_LATEST","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Tapback on the most recent incoming message of a chat (imsg, UI-verified).\n# WHEN_TO_USE: acknowledge the last message without words.\n# ARGS: $1 = chat rowid, $2 = love|like|dislike|laugh|emphasis|question\n# EX: [IMSG_REACT_LATEST]2803|like[/IMSG_REACT_LATEST]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api react-latest. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Only the latest incoming message. For any message by id use IMSG_REACT.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"react-latest\", \"$1\", \"$2\"], \"timeout\": 90000}","input_schema":"{\"type\": \"object\", \"properties\": {\"chat_id\": {\"type\": \"string\", \"description\": \"chat rowid (pipe position 1)\"}, \"reaction\": {\"type\": \"string\", \"description\": \"love|like|dislike|laugh|emphasis|question (pipe position 2)\"}}, \"required\": [\"chat_id\", \"reaction\"], \"x-arg-order\": [\"chat_id\", \"reaction\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"2803|like\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_REACT_LATEST","json":"/api/directory/IMSG_REACT_LATEST","skill":"/api/directory/IMSG_REACT_LATEST?format=skill","oip_contract":"/api/dispatch?key=IMSG_REACT_LATEST"}},{"key":"IMSG_REPLY","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Reply to a specific message as a threaded (quoted) reply.\n# WHEN_TO_USE: answer one message in a busy thread.\n# ARGS: $1 = message guid, or latest / latest-N, $2 = reply body\n# EX: [IMSG_REPLY]latest|Sounds good[/IMSG_REPLY]\n# EXECUTOR: imessage-cli on the owner Mac, via ~/bin/imsg-api reply. Runs only on the Mac (its Messages, its Apple ID).\n# NOTE: Beeper platform-imessage drives a secondary Messages.app window through Accessibility (granted to the bridge). No Apple ID risk, no SIP change. Verified through the bridge: reaction landed in 2.8 s.\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"reply\", \"$1\", \"$2\"], \"timeout\": 90000}","input_schema":"{\"type\": \"object\", \"properties\": {\"message_id\": {\"type\": \"string\", \"description\": \"message guid, or latest / latest-N (pipe position 1)\"}, \"text\": {\"type\": \"string\", \"description\": \"reply body (pipe position 2)\"}}, \"required\": [\"message_id\", \"text\"], \"x-arg-order\": [\"message_id\", \"text\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"latest|Sounds good\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_REPLY","json":"/api/directory/IMSG_REPLY","skill":"/api/directory/IMSG_REPLY?format=skill","oip_contract":"/api/dispatch?key=IMSG_REPLY"}},{"key":"IMSG_SCHEDULED","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Messages the owner scheduled with Send Later that have not gone out yet (read-only).\n# WHEN_TO_USE: what is queued to send.\n# ARGS: $1 = max rows, optional, default 20\n# EX: [IMSG_SCHEDULED]20[/IMSG_SCHEDULED]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api scheduled. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"scheduled\", \"$1\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"limit\": {\"type\": \"string\", \"description\": \"max rows, optional, default 20 (pipe position 1)\"}}, \"required\": [], \"x-arg-order\": [\"limit\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"20\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_SCHEDULED","json":"/api/directory/IMSG_SCHEDULED","skill":"/api/directory/IMSG_SCHEDULED?format=skill","oip_contract":"/api/dispatch?key=IMSG_SCHEDULED"}},{"key":"IMSG_SEARCH","type":"http","method":"POST","category":"imessage","enabled":true,"contract":"# WHAT: Search the owner's entire iMessage/SMS history (673k messages) by text. JSON lines with chat_id, chat_guid, sender, text, created_at, is_from_me, attachments.\n# WHEN_TO_USE: find a message, link, code or conversation by what was said.\n# ARGS: $1 = text to find, $2 = max results, optional, default 20\n# EX: [IMSG_SEARCH]invoice|10[/IMSG_SEARCH]\n# EXECUTOR: imsg on the owner Mac, via ~/bin/imsg-api search. Runs only on the Mac (its Messages, its Apple ID).\n{\"cmd\": \"sh\", \"args\": [\"-c\", \"exec \\\"$HOME/bin/imsg-api\\\" \\\"$@\\\"\", \"imsg-api\", \"search\", \"$1\", \"$2\"], \"timeout\": 60000}","input_schema":"{\"type\": \"object\", \"properties\": {\"query\": {\"type\": \"string\", \"description\": \"text to find (pipe position 1)\"}, \"limit\": {\"type\": \"string\", \"description\": \"max results, optional, default 20 (pipe position 2)\"}}, \"required\": [\"query\"], \"x-arg-order\": [\"query\", \"limit\"], \"description\": \"Arguments are joined with | in the order given by x-arg-order.\"}","examples":"[\"invoice|10\"]","authority_required":true,"representations":{"article":"/a/directory/IMSG_SEARCH","json":"/api/directory/IMSG_SEARCH","skill":"/api/directory/IMSG_SEARCH?format=skill","oip_contract":"/api/dispatch?key=IMSG_SEARCH"}}]},"ontology":{"conformance_group":"article","inferred_from":["surface","iphone","imessage","bridges","proof","what","the","build","can","do","on","your","mac","iphone","and","messages"],"relationships":[],"sources":[]},"conformance":{"success_events":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/invocations?status=success","failure_events":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/invocations?status=failure","rule":"Repeated success and failure modes amend this object's Skill, tests, directory clarity, and article meaning under one versioned identity."},"article":{"slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","title":"The build's door on a Mac, an iPhone and Messages: every call it ran, with the answer and the receipt","body":"The build is the software behind miscsubjects.com: one directory of named capabilities, one door that runs any of them with a key, and one public ledger that writes a receipt for every call. The calls below were made through that door on a Mac, on the iPhone paired to it, and in Messages on 2026-09-22 between 12:50 and 12:58 Pacific time, and each row carries the answer it returned and a link to its receipt: a public ledger row that holds the call, the answer, and the time it ran.\n\n## The Mac is reached over a signed channel and holds a verb for every scriptable thing on it\n\nThe Mac that runs the build accepts commands from the build through a bridge process, checked by a device-bound token and a per-call signature. On that Mac an encyclopedia of 8,900 verbs was compiled from the machine itself: every scriptable app, every App Intent, every Shortcuts action and trigger, every command-line tool, every preferences domain, every menu of every running app, the paired iPhone's device protocols, the private iMessage verbs, and the build's own rows. A verb has an id and a run block. `POST https://ops.miscsubjects.com/api/surface/execute {id, args}` runs one. The whole call, nothing hidden, is one JSON object; the key is the value of `TERMINAL_KEY` in `~/.build-vault.env` on the Mac, printed by `grep '^TERMINAL_KEY=' ~/.build-vault.env`:\n\n```json\n{\"method\":\"POST\",\"url\":\"https://ops.miscsubjects.com/api/surface/execute\",\"headers\":{\"x-terminal-key\":\"<the TERMINAL_KEY value>\",\"content-type\":\"application/json\"},\"body\":{\"id\":\"v_2992029c22\",\"args\":{\"args\":\"-productVersion\"}}}\n```\n\nThe same call as a shell command:\n\n```bash\ncurl -sS -X POST https://ops.miscsubjects.com/api/surface/execute -H \"x-terminal-key: $(grep '^TERMINAL_KEY=' ~/.build-vault.env | cut -d= -f2)\" -H 'content-type: application/json' -d '{\"id\":\"v_2992029c22\",\"args\":{\"args\":\"-productVersion\"}}'\n```\n\nEvery other call below has the same shape: the door's URL, the same two headers, and the body shown in its row. `POST /api/surface/compose` makes a new verb from existing ones. `POST /api/text` sends and reads messages from any sender the build holds. `POST /api/bridges` drives browsers and cloud browser profiles. `POST /api/net` uses the Mac's internet line. Reads of the contracts are keyless; runs need a key. Every run writes one receipt.\n\n## One scenario walked end to end: a text from a rented line reaches the owner's phone, is checked, read back and reacted to\n\nStarting state: the build holds a rented iMessage line, +14245134626, and the owner's own Apple ID aliases. The owner's phone number is +17079135888. Nothing has been sent.\n\n1. Send. `POST /api/text {action:\"send\", from:\"+14245134626\", to:\"+17079135888\", text:\"miscsubjects proof 19:50:57Z …\"}`. The line vendor accepted it and answered a message id, `msg_01a0caab-ecbc-770f-b216-f70d1617a676`, a chat id, `chat_019ec103-256e-7442-b0fc-d0a64a839baf`, and status queued, in 5,924 ms. Receipt [cec741e7](https://miscsubjects.com/receipt/cec741e7-eacc-4176-bac3-41b8ac4ac980).\n2. Check delivery. `{action:\"delivery\", from:\"+14245134626\", chat:\"chat_019ec103…\", message_id:\"msg_01a0caab…\"}` answered status delivered, protocol iMessage, updated 21 seconds after creation. Receipt [061fa192](https://miscsubjects.com/receipt/061fa192-c860-4f50-85d6-12ba83aaa3e7).\n3. Read the conversation back. `{action:\"history\", from:\"+14245134626\", chat:\"chat_019ec103…\", limit:2}` returned the sent text with direction outbound and status delivered, and the message before it. Receipt [82ca123e](https://miscsubjects.com/receipt/82ca123e-826d-443d-9e16-e9a388511f68).\n4. Send from the owner's own alias to the same rented line. `{action:\"send\", from:\"redacted\", to:\"+14245134626\", text:\"…\"}` ran on the Mac's Messages, answered message 679833 and confirmed the alias used. Receipt [2ec29e81](https://miscsubjects.com/receipt/2ec29e81-ff19-40ac-8a16-f945039d3375).\n5. Read that conversation from the Mac. `{action:\"history\", from:\"redacted\", chat:\"+14245134626\", limit:3}` showed the rented line's agent had already answered: \"Received — your text from the redacted alias landed on the rented line at 19:50Z\" (message 679834). Receipt [8b0ebc43](https://miscsubjects.com/receipt/8b0ebc43-841b-47d0-8e7c-6f6deca337d2).\n6. React. `{action:\"react\", from:\"redacted\", to:\"+14245134626\", reaction:\"love\"}` put a heart on the latest message of that chat, answered success. Receipt [d2595989](https://miscsubjects.com/receipt/d2595989-f5c1-4c75-8c01-aefc0e56242f).\n\nCost in time: the six calls took 5.9 s, 1.1 s, 1.6 s, 2.4 s, 1.0 s and 0.3 s. Cost in money: a call on the Mac costs nothing beyond the Mac's power and line; a rented line costs the vendor's monthly fee, a number not measured here. What breaks: on a rented line, `delivery` and `history` need `chat` set to the chat id the send answer returns; without it the vendor answers an invalid-chat error, and the door now says so in its own words. `react` takes `to`, not `chat`. Ending state: one delivered text on the owner's phone from the rented line, one text on the rented line from the owner's alias with the line's automatic reply, and a heart on the last message. Every action's fields are in `GET /api/text/discovery`, and every operation can be filled in and sent from `/build`.\n\n## The Mac answers reads and performs writes through the same door\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| macOS version | `POST /api/surface/execute {id:\"v_2992029c22\", args:{args:\"-productVersion\"}}` (sw_vers) | `26.6.2` | [1d56788a](https://miscsubjects.com/receipt/1d56788a-4e4f-4a6c-9732-46086dcf8610) |\n| battery | `{id:\"v_7d48c913b3\", args:{args:\"-g batt\"}}` (pmset) | AC power, 100%, charged | [8b30d9ab](https://miscsubjects.com/receipt/8b30d9ab-d81d-4ffd-9e5c-f80a1adcb3fa) |\n| a preference | `{id:\"v_97c5e2df6c\", args:{op:\"read\", key:\"tilesize\"}}` (defaults, com.apple.dock) | `64` | [d27339d6](https://miscsubjects.com/receipt/d27339d6-9588-4a18-a369-55b458a924f9) |\n| the frontmost app and what is running | `{id:\"v_c5806c46f4\", args:{jxa:\"…System Events…\"}}` | frontmost Kimi, 138 processes, iPhone Mirroring open, Notes open, Messages open | [880823d2](https://miscsubjects.com/receipt/880823d2-ae56-4e20-a51b-86a9d37dd88e) |\n| a screenshot of the whole screen to a file | `{id:\"v_619026ea8b\", args:{args:\"-x /tmp/…/mac-screen.png\"}}` (screencapture) | a 10,417,406-byte PNG | [6e6fa584](https://miscsubjects.com/receipt/6e6fa584-efff-4528-a515-0380e4863c04) |\n| create a note in Apple Notes | `{id:\"v_387bb86491\", args:{jxa:\"…n.Note({name:'miscsubjects proof 2026-09-22', …})…\"}}` | created | [3bb13577](https://miscsubjects.com/receipt/3bb13577-bee1-4b5b-a0e7-bead1b3e21e2) |\n| read the note back | same verb, `notes.whose({name:…})` | count 1, id `…/ICNote/p1228`, folder Notes, created 12:50:46 | [310cdebd](https://miscsubjects.com/receipt/310cdebd-32d1-4af9-bf37-62d465c5f666) |\n\nThe note is in the owner's Notes app.\n\n## The paired iPhone answers its device protocols from the Mac without an app on the phone\n\nThe iPhone (iPhone 16 Pro Max, iOS 26.6.1, build 23G83) is paired to the Mac over the network. The device verbs run on the Mac and speak Apple's device protocols to the phone.\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| device name | `{id:\"v_b7e7234d17\"}` (lockdown device-name) | `iPhone` | [7ccc2107](https://miscsubjects.com/receipt/7ccc2107-f515-48c0-9514-72ff71ed1cdc) |\n| battery | `{id:\"v_9e73e0504c\", args:{args:\"single\"}}` (diagnostics battery) | 463 cycles, 26.4 °C, 3.676 V, design capacity 4630 mAh | [27b3ad3f](https://miscsubjects.com/receipt/27b3ad3f-7a1d-418d-b069-9e2d0e9ce8c1) |\n| diagnostics | `{id:\"v_a5456bbcd1\"}` (diagnostics info) | gas gauge, HDMI unplugged, status Success | [09ed1ee8](https://miscsubjects.com/receipt/09ed1ee8-e3a6-4009-a08a-1e42bb2817ab) |\n| every lockdown value | `{id:\"v_1310a409bd\"}` (lockdown info) | product `iPhone17,2`, iOS `26.6.1`, time zone America/Los_Angeles, activated | [5b6b9034](https://miscsubjects.com/receipt/5b6b9034-cf59-4138-be6a-e26bdbb15d0d) |\n| user-installed apps | `{id:\"v_6cc20555b0\", args:{args:\"--userspace\"}}` (apps list) | 2 apps: DevUtils, Zoom | [ab0cc9f4](https://miscsubjects.com/receipt/ab0cc9f4-9259-4742-801d-8b558b9b2aee) |\n| the phone's screen read as elements through the iPhone Mirroring window | `{id:\"v_dad7f69e12\", args:{read:true}}` | the window was open and said \"iPhone in Use, lock your iPhone to connect\": 5 elements read | [9431f2ad](https://miscsubjects.com/receipt/9431f2ad-0f83-469c-9745-9e89f651fd3f) |\n| the Mirroring window captured to a file | `{id:\"v_dad7f69e12\", args:{screenshot:true}}` | a 253,313-byte PNG of the window at (1356,40), 354 by 781 | [29461ced](https://miscsubjects.com/receipt/29461ced-ae3f-40f8-a5e2-999d8895871a) |\n| a screenshot of the phone over the developer protocol | `{id:\"v_0fc49b9ea7\", args:{args:\"/tmp/…/phone.png\"}}` | refused: on iOS 17 and later this needs the developer tunnel, a root process on the Mac, which the plain network pairing does not provide | [ae7b0fc4](https://miscsubjects.com/receipt/ae7b0fc4-f22a-428a-8237-e691156ba796) |\n\nBeyond reads, the phone verbs install and uninstall apps and profiles, set the device name, turn Wi-Fi on and off, install a Wi-Fi or proxy profile, simulate a location on iOS below 17, post Darwin notifications, list processes, and tap, type and swipe through the iPhone Mirroring window while the phone is locked. The 62 phone-side automation triggers exist as verbs; creating a phone Personal Automation from the door is open work (WT-0444). Shortcuts that sync to the phone compile and import on the Mac, and `shortcuts run` hangs on this Mac (WT-0442), so they do not fire from it.\n\n## Composed tools run like any verb and can be called by name\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| compose a chain of three Mac verbs (macOS version, battery, frontmost app) | `POST /api/surface/compose {kind:\"chain\", name:\"Mac status line\", steps:[…]}` | a new verb `v_c2fdba93ee` | [74a7cd72](https://miscsubjects.com/receipt/74a7cd72-6c0b-4619-909d-645a6128a636) |\n| run the chain by id | `POST /api/surface/execute {id:\"v_c2fdba93ee\"}` | `26.6.2`, AC power 100%, `Kimi`: three steps in 650 ms | [6e582ced](https://miscsubjects.com/receipt/6e582ced-2b0e-451b-82bc-58e8fbd065bd) |\n| compose an atom, a directory row made from a verb | `{kind:\"atom\", key:\"MAC_VERSION\", id:\"v_2992029c22\", args_template:{args:\"-productVersion\"}}` | row `SURFACE_MAC_VERSION` | [a61c6a71](https://miscsubjects.com/receipt/a61c6a71-9e84-44a3-a406-d0605ce46560) |\n| call the atom by name from the door every model uses | `POST /api/dispatch {key:\"SURFACE_MAC_VERSION\"}` | `26.6.2` | [inv_myutgh92gs](https://miscsubjects.com/receipt/inv_myutgh92gs) |\n\nTwo further composition kinds exist and were not run, because each one leaves something standing on the Mac or the phone: `shortcut` (a signed Shortcut imported on the Mac and synced to the phone by iCloud) and `automation` (a launchd timer that runs a verb on a schedule). A bridge flow (a browser task recorded once and compiled to a `BRIDGE_*` row) is the third. A scheduled automation is created only on request.\n\n## The Mac's internet line and a browser the build drives answer from the same door\n\n| what | call | answer | receipt |\n|---|---|---|---|\n| web search with page contents from the Mac's Starlink line | `POST /api/dispatch {key:\"WEB_SEARCH\", body:\"iPhone 16 Pro Max iOS 26 battery health\"}` | 6 results, the top two with 718 characters of page text each | [inv_r0p7ep4qrz](https://miscsubjects.com/receipt/inv_r0p7ep4qrz) |\n| register a browser bridge and open a page in it (headless, persistent profile) | `POST /api/bridges {controller:\"browser\"}` then `POST /api/bridges/br_0w3r0c2n6a58/act {action:\"goto\", url:\"https://miscsubjects.com/offer\"}` | title \"What we sell\", 19 links, page text returned, 5,210 ms | [32dd4f4b](https://miscsubjects.com/receipt/32dd4f4b-8fea-4ede-a792-e0f73d244f54) |\n\n## What the door does, in one list\n\n- Runs any of the 8,900 Mac and iPhone verbs by id with arguments and returns the answer with a receipt: files, preferences, the objects of every app with a scripting dictionary (notes, mail, calendar, reminders, music, Finder, Terminal), menus of running apps, screenshots, the command line.\n- Reads the paired iPhone over the device protocols and changes what those protocols allow without the developer tunnel; drives its screen through the iPhone Mirroring window while the phone is locked.\n- Sends iMessages from the owner's aliases or the rented lines to any number, reads conversations, reacts, checks delivery, receives inbound through signed webhooks, and puts a model on a line.\n- Makes new tools: chains of verbs, directory rows, Shortcuts, scheduled jobs, recorded browser flows, each one a name any model or script calls.\n- Searches and fetches the web from the Mac's residential line, renders pages in a real browser, keeps browser sessions logged in, drives cloud browser profiles.\n- Gives another person the same: one call mints their key and their own Worker, and one installer makes their own Mac the machine their key runs on (`/api/onboard/guide`).\n\n## What the door does not do from this Mac\n\n- Take a screenshot of the phone itself over the network pairing; that needs the developer tunnel, a root process.\n- Fire composed Shortcuts or App Intents until the `shortcuts run` hang is fixed (WT-0442).\n- Use the private iMessage verbs (typing indicators, read receipts, polls, edit, unsend, effects, group management); they need a Mac with System Integrity Protection off (WT-0447).\n- Anything while the Mac is asleep or the bridge is unreachable.\n- Send to anyone as a test; every send listed above went to the owner's own number or the owner's own rented line.\n\n## Where each contract is\n\n`/api/surface/docs` (the surface door, every example runnable), `/api/surface/spec` (the machine spec and the measured matrix), `/api/text/docs` and `/api/text/discovery` (messages), `/api/bridges/docs` (browsers, profiles, flows), `/api/net` (the line), `/api/onboard/guide` (keys, devices, Workers), `/build` (every operation with its fields), `/tools` (what a model is handed).\n","hero":null,"images":[],"style":{},"tags":["surface","iphone","imessage","bridges","proof"],"category":"documentation","model":"unattributed","ledger":{"href":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/ledger","live":true},"embeds":[],"widgets":[],"home":true,"claims":[{"id":"c1","text":"The Mac reports macOS 26.6.2 when the sw_vers verb is executed through /api/surface/execute.","section":"Mac","tier":"measured","source_ids":["s1"]},{"id":"c2","text":"A note named 'miscsubjects proof 2026-09-22' was created in Apple Notes through /api/surface/execute and read back with count 1.","section":"Mac","tier":"measured","source_ids":["s2"]},{"id":"c3","text":"A full-screen screenshot of the Mac was written to a file through /api/surface/execute.","section":"Mac","tier":"measured","source_ids":["s3"]},{"id":"c4","text":"The paired iPhone answered its lockdown values (iPhone17,2, iOS 26.6.1) through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s4"]},{"id":"c5","text":"The paired iPhone answered its battery diagnostics (463 cycles) through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s5"]},{"id":"c6","text":"The iPhone Mirroring window was read as accessibility elements and captured to a file through /api/surface/execute.","section":"iPhone","tier":"measured","source_ids":["s6"]},{"id":"c7","text":"A text sent from the rented line to the owner's number through /api/text reached status delivered over iMessage.","section":"Messages","tier":"measured","source_ids":["s7"]},{"id":"c8","text":"A text sent from the owner's own Apple ID alias through /api/text was answered by the rented line's agent, and the conversation was read back.","section":"Messages","tier":"measured","source_ids":["s8"]},{"id":"c9","text":"A heart reaction was added to the latest message of a chat through /api/text.","section":"Messages","tier":"measured","source_ids":["s9"]},{"id":"c10","text":"A chain of three Mac verbs was composed through /api/surface/compose and run by id, returning all three values.","section":"Composition","tier":"measured","source_ids":["s10"]},{"id":"c11","text":"An atom row SURFACE_MAC_VERSION was composed and then called by name through /api/dispatch.","section":"Composition","tier":"measured","source_ids":["s11"]},{"id":"c12","text":"WEB_SEARCH ran from the Mac's Starlink line and returned page contents.","section":"Web","tier":"measured","source_ids":["s12"]},{"id":"c13","text":"A headless browser bridge opened a live page and returned its title and links.","section":"Web","tier":"measured","source_ids":["s13"]}],"sources":[{"id":"s1","url":"https://miscsubjects.com/receipt/1d56788a-4e4f-4a6c-9732-46086dcf8610","title":"Ledger receipt 1d56788a-4e4","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"genesis","hash":"00caa710c2da547ae0aa4c1269ca50006639f0eab9f66da6a82d82a896b07d1c"},{"id":"s2","url":"https://miscsubjects.com/receipt/310cdebd-32d1-4af9-bf37-62d465c5f666","title":"Ledger receipt 310cdebd-32d","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"00caa710c2da547ae0aa4c1269ca50006639f0eab9f66da6a82d82a896b07d1c","hash":"324efc3a64afd0c44936e4f246f68b1845dcb4afa1a0f02a3b793fbcde29daef"},{"id":"s3","url":"https://miscsubjects.com/receipt/6e6fa584-efff-4528-a515-0380e4863c04","title":"Ledger receipt 6e6fa584-eff","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"324efc3a64afd0c44936e4f246f68b1845dcb4afa1a0f02a3b793fbcde29daef","hash":"ae51c6a86ac625fd5a12303a406304163c890d12890695304421323c48a5b4d0"},{"id":"s4","url":"https://miscsubjects.com/receipt/5b6b9034-cf59-4138-be6a-e26bdbb15d0d","title":"Ledger receipt 5b6b9034-cf5","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"ae51c6a86ac625fd5a12303a406304163c890d12890695304421323c48a5b4d0","hash":"c368ff93991594021fb9b77cd0894adac08a97f53f3d40fe2dc0293e14de70e4"},{"id":"s5","url":"https://miscsubjects.com/receipt/27b3ad3f-7a1d-418d-b069-9e2d0e9ce8c1","title":"Ledger receipt 27b3ad3f-7a1","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"c368ff93991594021fb9b77cd0894adac08a97f53f3d40fe2dc0293e14de70e4","hash":"4d004ea8f4ec2b7a6aad480cc7ed5b9a4c0ab067e4e9ae7215e0ec6087eff3e0"},{"id":"s6","url":"https://miscsubjects.com/receipt/29461ced-ae3f-40f8-a5e2-999d8895871a","title":"Ledger receipt 29461ced-ae3","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"4d004ea8f4ec2b7a6aad480cc7ed5b9a4c0ab067e4e9ae7215e0ec6087eff3e0","hash":"6f204b51f259576b09c501081e3f74fb8a91f95e30b5d39249d6c736a15f9135"},{"id":"s7","url":"https://miscsubjects.com/receipt/061fa192-c860-4f50-85d6-12ba83aaa3e7","title":"Ledger receipt 061fa192-c86","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"6f204b51f259576b09c501081e3f74fb8a91f95e30b5d39249d6c736a15f9135","hash":"5856f865215abb7b1eed4557050b727cabd0e4fa9498de2a9a00ac2116a65646"},{"id":"s8","url":"https://miscsubjects.com/receipt/8b0ebc43-841b-47d0-8e7c-6f6deca337d2","title":"Ledger receipt 8b0ebc43-841","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"5856f865215abb7b1eed4557050b727cabd0e4fa9498de2a9a00ac2116a65646","hash":"245b85d0644e96d183e8e4e37f9c67a4d96f3e6434d85a76c4f1a41d3ad34326"},{"id":"s9","url":"https://miscsubjects.com/receipt/d2595989-f5c1-4c75-8c01-aefc0e56242f","title":"Ledger receipt d2595989-f5c","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"245b85d0644e96d183e8e4e37f9c67a4d96f3e6434d85a76c4f1a41d3ad34326","hash":"2694a0ca6b8704600588163f4df1d8911bc14ddcff289dfb220cb69c1063ce31"},{"id":"s10","url":"https://miscsubjects.com/receipt/6e582ced-2b0e-451b-82bc-58e8fbd065bd","title":"Ledger receipt 6e582ced-2b0","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"2694a0ca6b8704600588163f4df1d8911bc14ddcff289dfb220cb69c1063ce31","hash":"8b70f08542d672fe94dc14a1f51a70768dced2a97b197d39ed08e6aec71d41e1"},{"id":"s11","url":"https://miscsubjects.com/receipt/inv_myutgh92gs","title":"Ledger receipt inv_myutgh92","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"8b70f08542d672fe94dc14a1f51a70768dced2a97b197d39ed08e6aec71d41e1","hash":"e64261188e15938b2e121b08abbca634004b9676c2319730e54c23f1255a6464"},{"id":"s12","url":"https://miscsubjects.com/receipt/inv_r0p7ep4qrz","title":"Ledger receipt inv_r0p7ep4q","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"e64261188e15938b2e121b08abbca634004b9676c2319730e54c23f1255a6464","hash":"b8b9613224a3282e8f9331fe0476ce43726bcd5b0bdbc455a5663b3d075e5692"},{"id":"s13","url":"https://miscsubjects.com/receipt/32dd4f4b-8fea-4ede-a792-e0f73d244f54","title":"Ledger receipt 32dd4f4b-8fe","quote":"the build's own ledger row for this call","accessed_at":"2026-09-22T20:01:42.376Z","prev":"b8b9613224a3282e8f9331fe0476ce43726bcd5b0bdbc455a5663b3d075e5692","hash":"b3f4c031edcc5dad5735fcd9110271fab500efdb3a6ca0fcc8687b2df3dfa235"}],"reviews":[],"extra":{},"has_traversal":false,"register":"plain","status":"published","revisions":1,"contributions":[],"provenance":[{"ts":"2026-09-22T20:01:42.545Z","model":"claude-fable-5.1","action":"write","why":"","prompt":"","input":"","response":"","tokens_in":0,"tokens_out":0,"cost":0,"prev":"genesis","hash":"4f82300cada14a137b7f06eddd77dcf0f43ae33c43bf53b5bbdf4ffbb58974e2"}],"energy":{"passes":1,"tokens_in":0,"tokens_out":0,"tokens_total":0,"cost_usd":0,"models":{"claude-fable-5.1":1},"head":"4f82300cada14a137b7f06eddd77dcf0f43ae33c43bf53b5bbdf4ffbb58974e2"},"posted_at":"2026-09-22T20:01:42.545Z","created_at":"2026-09-22T20:01:42.545Z","updated_at":"2026-09-23T00:41:19.761Z","machine":{"shape":"article.machine/v1","slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","kind":"article","read":{"human":"https://miscsubjects.com/a/what-the-build-can-do-on-your-mac-iphone-and-messages","json":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages","bundle":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/bundle?format=markdown"},"traversal":{"prev":null,"next":null,"hub":null,"series":null,"position":null,"of":null},"ledger":{"claims":13,"sources":13,"contributions":0,"revisions":1,"objections_url":"https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/objections","thread_state_url":"https://miscsubjects.com/api/protocol/thread-state?target=what-the-build-can-do-on-your-mac-iphone-and-messages","proof_rule":"An action is proven by its ledger receipt, never by a 200 or a description."},"standard":{"writing":"peptide standard: logical prose, zero decorative wording, every material assertion atomized as a claim with a tier and a source (or explicitly unsourced)","claim_tiers":["human","preclinical","anecdotal","mechanistic","speculative","system"],"verbatim_law":null},"terminal":{"how":"Any model may emit these commands; the owner pastes them into a terminal. $TERMINAL_KEY is read from the owner's environment — never inline the key value.","claim_append":"curl -s -X POST https://miscsubjects.com/api/protocol/claim -H \"x-terminal-key: $TERMINAL_KEY\" -H 'content-type: application/json' -d '{\"slug\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"text\":\"<one atomized claim>\",\"tier\":\"<human|preclinical|anecdotal|mechanistic|speculative|system>\",\"source_ids\":[],\"who_claims\":\"<model>\",\"rationale\":\"<why material>\"}'","source_append":"curl -s -X POST https://miscsubjects.com/api/protocol/sources -H \"x-terminal-key: $TERMINAL_KEY\" -H 'content-type: application/json' -d '{\"slug\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"sources\":[{\"type\":\"review\",\"url\":\"<url>\",\"title\":\"<title>\",\"quote\":\"<verbatim quote>\",\"summary\":\"<one line>\"}]}'","objection":"curl -s -X POST https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/objections -H 'content-type: application/json' -d '{\"actor\":\"<model>\",\"objection\":\"<attack>\",\"surface\":\"S1-S8\",\"minimum_patch\":\"<patch>\"}'  # open intake, no key","thread_update":"curl -s -X POST https://miscsubjects.com/api/protocol/thread-update -H 'content-type: application/json' -d '{\"actor\":\"<model>\",\"target\":\"what-the-build-can-do-on-your-mac-iphone-and-messages\",\"raw_text\":\"<material delta>\"}'  # open intake, no key","read_back":"curl -s https://miscsubjects.com/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages | python3 -c 'import json,sys; d=json.load(sys.stdin); print(json.dumps(d[\"claims\"][-3:], indent=1))'"}},"representations":{"article":"/a/what-the-build-can-do-on-your-mac-iphone-and-messages","json":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages","markdown":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/bundle?format=markdown","skill":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/skill","topology":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/topology","versions":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/revisions","invocations":"/api/articles/what-the-build-can-do-on-your-mac-iphone-and-messages/invocations"},"editorial_review":null,"editorial_audit":{"slug":"what-the-build-can-do-on-your-mac-iphone-and-messages","ok":false,"issues":[{"code":"hero_missing","message":"the article is published with no featured image","replacement":"Generate a hero that shows this article's own subject, inspect it, and record the inspection before this counts as finished. An article with no image is not finished."}]},"body_hash":"d5e274c74bd97e7cc73c84eb5eb9e0bde78125ce80e1da38b49f5c5b580ec0af"}}}