Quorinex/Kiro-Go — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Go service that turns Kiro accounts into an API that works like OpenAI and Anthropic, so I can point existing apps at it without changing much.

I want an admin page where I can log in, add and manage multiple Kiro accounts, import and export them, see basic usage, and change settings. The service should rotate requests across accounts, refresh tokens automatically, support streaming responses, and expose endpoints compatible with Anthropic messages and OpenAI chat completions.

Please include support for different login methods like AWS Builder ID, enterprise SSO, SSO token, local cache, and credentials JSON if possible. Add settings for an outbound SOCKS5 or HTTP proxy, plus Chinese and English UI text. It should be easy to run with Docker, keep config and account data in a mounted data folder, and let me set the admin password with an environment variable. Look up current docs online if you need to.

Want more depth? Deep Reverse