logoalt Hacker News

echelonyesterday at 7:32 PM1 replyview on HN

> where I had an agent karma

Was this a browser using agent? What did you use?


Replies

carlgreeneyesterday at 8:04 PM

It used the browser agent to grab user cookies after signing in, then made API calls iirc.

Using just a browser is way too token intensive and slow. It would look for 401 errors then run the browser automation to login with the credentials and grab the token.

show 1 reply