Skip to content

v0.0.40 — Managed Browser Credentials

Choose a tag to compare

@brandomagnani brandomagnani released this 28 May 23:17
· 50 commits to main since this release

Highlights

  • Added managed browser credentials for remote agent-browser runs.
  • Added .withBrowserCredentials() to attach a run-scoped browser-login MCP server.
  • Added browser credential clients for TypeScript and Python so users can create, list, and delete saved browser logins without exposing passwords.
  • Published TypeScript and Python packages at 0.0.40.

Browser Login Tools

  • browser_list_logins returns available website/account-label/email metadata only.
  • browser_login fills and submits a saved password login on the current sign-in tab without returning the password.
  • browser_complete_signup completes password-based signup after the agent fills non-secret fields, then saves the generated login for future runs.

Dashboard

  • Added a Secrets page for browser credentials.
  • Added encrypted password storage, browser-auth runtime, and run-scoped MCP grant tokens.
  • Fixed trace analytics rendering when spend data is not available yet.

Documentation And Skills

  • Documented browser credential setup for TypeScript and Python.
  • Synced Evolve skill references from the updated docs.

Notes

  • Browser credentials require Gateway mode and managed remote agent-browser.
  • Passwords are never returned to the agent by the browser-login tools.