Launched this week

GhostAPI
Local internet for AI coding agents
15 followers
Local internet for AI coding agents
15 followers
Local API sandbox for AI coding agents. Agents write Stripe/Twilio/GitHub/OpenAI code — then run it on live keys. GhostAPI gives provider-shaped APIs on 127.0.0.1, a live traffic dashboard, MCP controls, chaos mode, and secret masking — without touching prod. npx @yiaany/ghostapi start --open


love the chaos mode idea, super useful for testing how my agents handle flaky providers. one thing that would help me a lot: a way to record a real api session once and then replay it as a fixture, so i can capture tricky edge cases from production-like traffic and use them deterministically in the sandbox.
honestly this looks really useful, been burned before by agents hitting real APIs in dev. one thing that'd help me out is if the dashboard could show a diff view between expected and actual request payloads when an agent writes something weird, kinda like a replay but side by side so I can spot the hallucination faster.