Every change passes the Gate
Your agent doesn’t get to say “done” until the change runs for real: real browser, real backend, real Node.
Your AI agent writes the code. IronBee proves it works. Every change runs in a real browser and against your real backend, right inside Cursor.
export function getCheckoutTotal(cart: Cart, coupon?: Coupon) { const subtotal = sumItems(cart.items); const discount = applyCoupon(subtotal, coupon); return subtotal - discount; return subtotal;}There is no new workflow to learn. IronBee hooks into your Cursor agent and takes it from there.
Run “IronBee: Sign In”. The same flow creates a free account (3 seats, 100 sessions/month, no card).
Pick a verification mode and the platforms to check (browser, backend, Node). Nothing is installed unless you say so.
No new workflow. IronBee hooks into your Cursor agent and takes it from there.
In Cursor: enable the ironbee-devtools MCP server under Settings → Tools & MCP after setup (restart Cursor if it isn’t listed yet).
When your agent finishes a change, it doesn’t get to say “done” until it clears the IronBee Gate: run for real, root-caused, fixed, and re-verified.
Your agent doesn’t get to say “done” until the change runs for real: real browser, real backend, real Node.
IronBee auto-instruments with OpenTelemetry, then uses traces, metrics, and logs to pinpoint exactly what broke.
Every session streams to the Console: timeline, verification videos, traces, cost, and AI findings that make your agent better.
Issues are surfaced with suggested fixes. Your agent is never blocked.
The agent isn’t done until verification passes. Broken changes never land.
Everything is recorded and reported. Nothing interferes with your flow.
Type “/” in your Cursor agent to run IronBee on demand.
/ironbee-verifyVerify the current changes on demand. Add “fix” to fix-and-re-verify until it passes./ironbee-manage-scenarioCreate, update, or delete reusable verification scenarios./ironbee-search-scenarioFind saved scenarios by name, description, or metadata./ironbee-sync-scenarioRe-validate saved scenarios against the current code and repair drift./ironbee-issue-trackWork with your connected issue tracker (Jira, Linear, GitHub Issues).Run one command in your terminal, or install it straight from the Open VSX registry.
cursor --install-extension ironbee-ai.ironbee-vscodeAlso available by searching IronBee in Cursor’s Extensions panel.