Automatically creates and uploads digital product listings to your Gumroad account using a local folder of assets.
- Create a
.envfile from.env.exampleand insert your Gumroad access token. - Organize your products like this:
products/
resin_rescue/
metadata.json
Resin_Rescue_Guide.pdf
Support_Cheat_Sheet.png
bonus.zip
- Run:
python merchant_agent.py{
"title": "Resin Rescue Blueprint",
"price": 47,
"description": "Fix failed 3D prints with this blueprint...",
"tags": ["3d printing", "resin"],
"receipt_message": "Thanks for purchasing — your guide is on the way!"
}Click below to instantly deploy this agent to Render:
Setup Instructions:
- Add your
GUMROAD_ACCESS_TOKENandOPENAI_API_KEYas environment variables after deploy - Start your agent via the built-in web form at
/