Pricing

Pay per crash, or stock up

One credit = one stress-test run with a saved, shareable report. Confirmed accounts get 1 free credit to start.

1 run - $19.99

One full stress test with blast-radius report.

1 credit

Popular

5 runs - $49.99

Five runs at about $10 each. Best for a few client go-lives.

5 credits

Pro monthly - $69.99 (20 credits)

20 credits every month + CI API keys. Cancel anytime.

20 credits

Pro · CI gate

Fail the PR when the workflow still double-fires

Create an API key on Profile (Pro). Each gate call spends 1 credit.

# .github/workflows/crashlabs.yml
name: Crash Labs gate
on: [pull_request]
jobs:
  stress:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: crashlabs/gate@v1
        with:
          api_key: ${{ secrets.CRASHLABS_API_KEY }}
          workflow_path: ./workflows/invoice.json
          fail_on_warn: "false"

Sign in required. No free daily runs. CI API keys are Pro-only and spend 1 credit per gate call.