AI-assisted integration tool that helps you connect your backend codebase with Beakpoint for cloud cost analysis.
Wingman generates targeted prompts for your existing AI coding assistant (Claude Code, Cursor, Copilot, Windsurf, Aider, Trae) that guide it through adding OpenTelemetry tracing and Beakpoint cost tracking to your project.
npx @beakpoint/wingmanWingman will:
- Ask which AI tool you're using and what cloud services you deploy to
- Generate a prompt for your AI tool to analyze your codebase
- Walk you through adding OpenTelemetry, configuring the Beakpoint exporter, and setting cost tracking attributes
- Let you review and correct each step before and after your AI tool executes it
- Claude Code
- Cursor
- GitHub Copilot
- Windsurf
- Aider
- Trae
- Python (FastAPI, Django, Flask, etc.)
- .NET (ASP.NET Core)
- Node.js (Express, Fastify, etc.)
- FastAPI RealWorld Backend — Full integration walkthrough on borys25ol/fastapi-realworld-backend, a production-style REST API with FastAPI, SQLAlchemy, and PostgreSQL. Shows the complete Claude Code transcript and resulting diff.
npm install
npm test
npm run devMIT