Pricing

Launch promo fast, fixed price. Delivery in 24 hours.

Tiers (USD):

  • $149 up to 200 endpoints

  • $199 201600 endpoints

  • $299 6011500 endpoints

(Above 1500: custom quote)

How we count endpoints:

We count unique path + method pairs in your OpenAPI/Swagger spec.

Examples:

  • GET /pets + POST /pets = 2 endpoints
  • GET /pets/{id} + DELETE /pets/{id} = 2 endpoints

What you get (in the zip):

  • Playwright smoke tests (one per endpoint)
  • Postman collection
  • GitHub Actions workflow (uses repo secrets: API_BASE_URL, AUTH_TOKEN)
  • Optional HTML diff report (added/removed endpoints, basic narrowing)

Add-ons:

  • Spec Tidy (fix/clean invalid specs): $99
  • Auto-regen + Diff Email (early access): $99/mo

How it works:

  1. Paste your OpenAPI spec to validate.
  2. After payment, we send you an access code.
  3. Use the access code to generate the zip instantly.
  4. Drop the zip into your repo, set two secrets, open a PR CI runs.

Security:

  • No repository access required.
  • Deterministic templates (no LLM-generated code).
  • Specs processed transiently; see Privacy Policy.

Refund & tweaks:

  • Two small tweaks included within 7 days.
  • If the pack doesnt run in your CI after our tweaks, we refund the setup fee.

Payment:

  • Email us atsupport@roseironai.comto receive a Stripe payment link.
  • Prefer bank transfer (Wise)? Email us and well share Wise business details.support@roseironai.com

FAQ:

Q: Can we do this ourselves?

A: Yes, but this gets you 90% there today with CI wiring and support.

Q: Do you need repo access?

A: No. You own and integrate the files; we can advise if needed.

Q: Is this full test coverage?

A: Its a smoke-test safety net. You can extend tests over time.

Q: How long does it take?

A: 24 hours from payment and spec receipt.

Q: What about auth and base URL?

A: We read API_BASE_URL and AUTH_TOKEN from CI secrets; no secrets in code.

Q: Does it support YAML and JSON?

A: Yes paste either format.