parham7991/arena-account-bridge ? reverse-engineered prompt
Reverse engineered prompt
Build me a small local app that lets me connect to my Arena account with my email and password, then use that logged in session to run real Agent chats from my own machine.
I want it to start a local service on 127.0.0.1, expose a simple health check, and offer an API that feels like OpenAI so I can send chat requests to it. Please make it support keeping separate sessions so I can run more than one agent at the same time, and keep the login data stored safely on disk, not in plain text.
It would be great if the setup could be mostly one command, with a helper script that installs what it needs, logs me in, and runs a quick self test to confirm everything works. If Cloudflare blocks automation, add a WARP based option that helps get around that. Use the current docs online if you need to, and make it easy to run on a regular Node setup.
Are you gonna build this?
make sure you review the code using coderabbit