Browser Login Authenticate against a target site once, then vault the resulting session credentials so subsequent skills ( , , ) can reuse them without re-driving the auth flow. Borrows the pattern from Browserbase's but stores the resulting context in AgentDB rather than on a hosted backend. When to use Establishing reusable auth for a host the agent will visit repeatedly. Refreshing a vaulted cookie set whose expiry has passed. Capturing an MFA-protected session that requires interactive completion. Steps 1. Open a recorded session via . 2. Drive the auth flow — fill credentials with / . Cr…