reticle_snapshot is how an agent gets its bearings. It returns the page as semantic structure, not pixels and not raw HTML, and it comes in three sizes so you can pay for only what you need.
Three modes, three prices
status. the cheapest possible check
interactive. the default working view
ref for each, for 65 tokens. Note the password arrives [REDACTED] without anyone configuring it.
Arguments
diff is how you keep a long session cheap
Refs change across documents
Refs are stable while the element is in the DOM. A full navigation builds a new document, so refs are re-issued. Across the captures on this page the same “Sign in” button wase105, then e305, then e3, because each reload built a new document. Snapshot after navigating; don’t reuse refs across one.
Reticle refuses a stale ref rather than clicking whatever now occupies that slot:
That
recovery string is trimmed. The full text also recommends
reticle_act_and_wait with until, so the next ref is taken after the
page settles.