Simple Pricing

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

No hidden fees • No subscriptions • One-time payment

Pricing Tiers

$149
Starter
Up to 200 endpoints
Perfect for small APIs
Most Popular
$199
Professional
201-600 endpoints
Great for growing APIs
$299
Enterprise
601-1500 endpoints
For large APIs

Above 1500 endpoints? Contact us for a custom quote

How we count endpoints

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

Simple Examples

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

What's Included

All HTTP methods (GET, POST, PUT, DELETE, etc.)
Path parameters count as one endpoint
Query parameters don't create new endpoints
📦

What you get

Playwright smoke tests
One test per endpoint with proper assertions
Postman collection
Ready-to-import API collection for manual testing
GitHub Actions workflow
CI/CD integration using API_BASE_URL and AUTH_TOKEN secrets
HTML diff report
Visual comparison of API changes and improvements

Add-ons

Spec Tidy
$99
Fix and clean invalid OpenAPI specifications
Auto-regen + Diff Email
$99/mo
Automatic regeneration and email notifications (early access)

How it works

Simple 4-step process to get your API tests up and running

1

Validate

Paste your OpenAPI spec to validate it works

2

Pay

Complete payment and receive your access code

3

Generate

Use your code to generate the test pack instantly

4

Deploy

Drop into your repo, set secrets, and run CI

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.