IronBee for Cursor

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.

checkout-service · Cursor
IronBee
checkout.ts
18export function getCheckoutTotal(cart: Cart, coupon?: Coupon) {
19 const subtotal = sumItems(cart.items);
20+ const discount = applyCoupon(subtotal, coupon);
21+ return subtotal - discount;
return subtotal;
22}
Agentironbee
Message the agent
IronBee: not set up
Get started

Set up in two minutes, then just code

There is no new workflow to learn. IronBee hooks into your Cursor agent and takes it from there.

  1. 01

    Sign in

    Run “IronBee: Sign In”. The same flow creates a free account (3 seats, 100 sessions/month, no card).

  2. 02

    Set up the project

    Pick a verification mode and the platforms to check (browser, backend, Node). Nothing is installed unless you say so.

  3. 03

    Just code with your agent

    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).

While you code

Nothing ships until it passes the Gate

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.

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.

Failures come with the root cause

IronBee auto-instruments with OpenTelemetry, then uses traces, metrics, and logs to pinpoint exactly what broke.

Distilled into findings

Every session streams to the Console: timeline, verification videos, traces, cost, and AI findings that make your agent better.

assistdefault

Issues are surfaced with suggested fixes. Your agent is never blocked.

enforcestrongest

The agent isn’t done until verification passes. Broken changes never land.

monitorpassive

Everything is recorded and reported. Nothing interferes with your flow.

Drive it yourself

Slash commands, right in the agent chat

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).
Install

Add IronBee to Cursor

Run one command in your terminal, or install it straight from the Open VSX registry.

Cursor
cursor --install-extension ironbee-ai.ironbee-vscode

Also available by searching IronBee in Cursor’s Extensions panel.

Now generally available

Ready to ship
AI-generated code with confidence?

Create your account and start verifying what your agents ship. Catch regressions before they reach production.

No credit card required.