Browsergateway
Give your agent a browser to sign up anywhere
Autonomous signup and login. Credentials land in the vault, not the prompt.
Isolated session. Vaulted creds.
browsersandbox
$ browser signup figma.com
▲ figma.com/signup
✓Navigate
·Fill form
·Submit
·Vault creds
agent@acme.com
••••••••••
Action logDOM access
- 10:02goto "figma.com/signup"
- 10:03fill input[name=email]
- 10:04fill input[name=password]
- 10:05click button[type=submit]
- 10:06vault.store(credentials)
credentials → vaultisolated session
Paste and ship
Drop this into Claude Code, Codex, or Cursor. It reads the docs and wires up Browser for you.
Agent prompt
Read https://vetta.sh/docs/computer/browser and use the naïve Browser primitive in my project. It is part of the gateway layer; wire it through naive.config.ts rather than calling a vendor directly.