Change what qualifies — and know exactly why — without waiting on a deploy.
Inzinx lets your team define eligibility and pricing as versioned, visual rules — not application code buried in a deploy. Draft, validate, and activate changes safely, then call one API to evaluate and rate in real time.
Eligibility trace
state in ["CA","NY","TX"]
actual: "NY" → passed
age >= 18
actual: 25 → passed
Rating trace
base_rate
→ 500
service_fee (+25)
→ 525
See the logic, not just the result
Nested AND/OR/NOT conditions, and rules that reference other rules, render as an interactive flowchart — so a policy nobody's touched in a year is still readable at a glance, not just runnable.

premium-eligibility references a shared resident-adult rule, expanded inline.How it works
- 1
Sign up and get your workspace
A dedicated tenant and API key, ready in minutes.
- 2
Define your rules visually
Build eligibility conditions and pricing pipelines in the dashboard, then activate them when you're ready.
- 3
Call the API
Evaluate eligibility or rate a quote in real time, with a full trace explaining exactly how the result was reached.
See it in action
Short walkthroughs of the actual product — no slides, just the real UI.
How to sign up
How to create a rule
How to build a tiered rating rule
How to use evaluate
How to see the trace of a result
Frequently asked questions
›What is Inzinx?
A rule engine for eligibility and pricing decisions. Instead of hardcoding "who qualifies" and "what it costs" into your application and redeploying every time a business rule changes, you define both as versioned, visual rules in Inzinx, then call one API to evaluate eligibility or compute a price in real time. Every call returns a full trace explaining exactly why it reached that result -- not just the answer.
›Do I need to know how to code to use it?
No. Rules are built with a visual, drag-and-drop condition-tree editor (AND/OR/NOT logic, comparisons, table lookups, tiered brackets) directly in your dashboard, and every eligibility rule can also be viewed as an interactive flowchart. If you do need something the visual builder can't express, you can drop into a raw scripted expression for that one condition -- but it's never required.
›Is there a free plan?
Yes -- every new account gets 3 months free with a daily quota for both management calls (submitting/activating rules) and evaluation calls (evaluate/rate). No credit card is required to sign up.
›Is my data safe?
Rules, data, and API keys are isolated per account (tenant). API keys are stored as one-way hashes, never in plain text; passwords are hashed with bcrypt. Login supports optional two-factor authentication (TOTP/Google Authenticator) plus automatic lockout after repeated failed attempts. See our Security page for the full picture, including independent external testing (SSL Labs, OWASP ZAP, Greenbone/OpenVAS) and how to report a vulnerability.
›Can I integrate Inzinx directly into my own application?
Yes -- once you're signed up, generate your own API keys from Dashboard → API keys (separate from your login, one for each integration you run). See our Developers page for the full REST API reference: authentication, request/response shapes, and worked examples.
Early access
Inzinx is in early access. We're onboarding new teams directly and shipping quickly based on real feedback — if something's missing, tell us and we'll prioritize it.