1. Observe
Read the current page state: summary, numbered actions, input fields, forms, and browser state.
gripui observe --jsongripui turns live websites into an agent-native browser loop. Start with observe, choose numbered actions, act with do, and hand off when reality needs a human.
Read the current page state: summary, numbered actions, input fields, forms, and browser state.
gripui observe --jsonPerform an action by number. Click buttons, type into fields, submit forms using stable refs.
gripui do 1gripui type 3 "hello"Detect blockers: auth prompts, passkeys, MFA. Use gripui status to check if blocked.
gripui status --jsonPause for a human to join. Once unblocked, resume and continue the workflow.
gripui pause "Need help"gripui resumegripui open https://example.comgripui observe --jsongripui do 1gripui pause "Need human passkey approval"gripui transcript --last 20 --jsongripui license activate <key>Two Get started links in Cloudflare Pages: one imports a Git repository, the other uploads files. The default HUD now shows the context that distinguishes them.
gripui hud [148] click link:"Create a Worker"
* Get started
[149] click link:"Get started" context="Import an existing Git repository"
[150] click link:"Get started" context="Drag and drop your files"
*