Browser Automation
Browser Automation
Bankr can browse the web for you. When a task can't be done through an API — searching a store, filtering a list, signing in to your account, walking a checkout — describe what you want and Bankr opens a browser, navigates, fills forms, and reports back.
What You Can Do
- Search a website that needs filters, sorting, or clicks
- Sign in to your account on a site and continue a workflow
- Add items to a cart and prepare a checkout for your approval
- Download a statement, receipt, or report
- Upload a file to a web form
- Take a screenshot of any page
Stored Credentials
Store login credentials for sites so Bankr can sign you in automatically. Set them up in Settings → Env Vars using this format:
| Name | Value |
|---|---|
BROWSER_CREDENTIAL_AMAZON_EMAIL | alice@example.com |
BROWSER_CREDENTIAL_AMAZON_PASSWORD | your password |
BROWSER_CREDENTIAL_AMAZON_ALLOWED_ORIGINS | https://www.amazon.com |
Credentials are only filled on the matching site. They're never echoed in chat or screenshots.
When Bankr Asks for Help
You'll still be pulled in for:
- CAPTCHAs
- One-time codes (email, phone, authenticator)
- Final purchase confirmation — Bankr never completes a payment without your explicit OK
Staying Signed In
Bankr remembers signed-in state between conversations. After the first login, returning to the same site picks up where you left off.
For full details, see Browser Automation and Stored Credentials in our developer docs.