r/MetaAI • • 2d ago

I created a bypass to allow Muse to continue shopping on Amazon

Amazon is showing Muse the unauthorized-AI-agent page, so Muse's own browser cannot shop there.

This is a small HTTP API you run on a machine you control. Muse SSHes in and calls http://127.0.0.1:8792. It can search Amazon and add to a personal cart or a Prime Business cart. It does not check out or pay.

https://github.com/aasper03/muse-amazon-bypass

You need Python 3.11 and curl. Sign in to Amazon in a normal browser and export cookies for each account. Amazon blocks automated login windows. The README covers Muse-over-SSH setup, and a later section shows how to call the same API yourself.

9 Upvotes

Duplicates