Copy a shareable link
A tool’s ”⋮” menu has a Copy shareable link item. It compresses your current input values into the tool’s own URL and copies it — open that link and the tool fills in and runs automatically, landing straight on the result.The state lives in the URL fragment (the part after
#), which browsers never send to a server — so it never shows up in our logs, only in whoever’s clipboard you paste it into.Share a chain
A chain you’ve saved (see Chains) is private by default. Open “Your saved chains”, hit Share on the one you want, and flip Anyone with the link can view. That gives you a link at/chain/<shareSlug>/ — read-only, showing the chain’s steps and an “open a copy in your own builder” option, but not editable by whoever you send it to.
Turn the toggle back off and the link stops working immediately.