mbadyl

↗ HN profile [ 25.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I've been using Claude Code heavily and built a web interface around it. The main thing that felt missing was visibility into what the model is actually doing while it runs - so the core feature is a real-time…

  2. It's a CLI tool that lets you describe what you want to test in plain English - the agent generates and runs the test plan against your API. You can point it at an OpenAPI spec, a Postman collection, GraphQL schema, or…

  3. I built a CLI tool that acts as an AI agent for API testing. Think Claude Code, but for testing APIs – you describe what you want to test, and it autonomously generates test cases, runs them, and reports back. Written…