DEV Community

Joris Alba
Joris Alba

Posted on

I Built an AI Agent Dungeon That Runs My Etsy Shop 24/7

I built a fully autonomous AI system that manages my Etsy store

23 products. 27 cron jobs. 0 human work.

How it works:

  • 8 AI agents in a space dungeon
  • Nano Banana Pro generates designs
  • Daily: 5 Gumroad + 3 Printify products
  • Live dashboard at localhost:9876

The hardest part:

Etsy API requires readiness_state_id but there is no GET endpoint. After 6 hours I found: POST /readiness-state-definitions. One word changed everything.

Results:

  • 39 products across 3 channels
  • Fully autonomous (I have not touched it in days)
  • EUR 0 revenue (just launched!)

Built with Python, Hermes Agent, Nano Banana Pro. Ask me anything!

Top comments (0)