DecisionManager

Try it

Walk sample decisions in your browser — no signup

Pick a sample scenario, step through the input and output, and read which rules would fire. Traces and timings are illustrative — not a live call to your runtime. Then see how the same logic is authored, tested and reviewed before it reaches production.

  • Interactive samples — no account
  • No credit card · no sales call
  • Illustrative traces, not a live engine call

Sample decision walkthrough

Shape a decision request and see what would fire

Canned sample policies. Edit inputs, run the sample, watch receive → match → fire → respond. This UI does not call your runtime — timings are illustrative. Measured figure we publish elsewhere: ~3.4 ms for a 2 MB request against 500 candidates.

Score bands, employment tenure and loan amount → approve, refer or decline with a reason code and max APR (same shape as the free-trial seed).

POST /api/server/services/loan-pre-approval/execute
  1. Receive
  2. Match
  3. Fire
  4. Respond
Request input
{
  "credit_score": 742,
  "annual_income": 96000,
  "loan_amount": 25000,
  "employment_years": 4
}
Decision output
Latency: illustrative (not measured here)

Adjust inputs, then run the sample to see output and matched rules.

Sample decision walkthrough UI (illustrative traces, not a live engine call)

Sample policies for illustration only — no engine call from this page. The trial workspace and Decision Server workbench run your published services against the real runtime. Start free trial

AI-assisted authoring

Describe policy in plain language — draft BAL for review

Multi-provider synthesis of BAL-style drafts and boundary cases. Always human-reviewed; never auto-persisted to production.

Natural language → BAL

Instant draft of IF/THEN statements you can edit against your vocabulary.

Boundary cases for review

Suggested edge payloads — coverage is what you keep, not what the generator asserts.

Reviewed, never auto-persisted

Proposals need human approval and governance before they can publish.

Try AI authoring

Sample prompt → synthesized BAL (illustrative).

Proposed BAL draft
// Click Generate BAL to synthesize a draft…
DecisionManager AI-assisted authoring studio

Ready to author against your own vocabulary and governance path?

Start free trial

Ready for the real path?

You have seen sample execution. Next: your own workspace, or a 30-minute executive meeting on the decision you own.

Seeded workspace · real runtime · no card · 30 min · your underwriting / claims / eligibility rules · No calendar link is configured for this deployment — we use email (mailto).

What the executive meeting covers

  • Risk & control — audit trail, hit policies, change governance
  • Migration path — ODM / custom / spreadsheet inventory and cutover options
  • TCO shape — hosting, ops, licensing posture (quote-based; no invented rate card)
  • Timeline — trial seed → first production-shaped decision service

How buyers use this call

  • Procurement & InfoSec get residual-honest answers before a trial
  • Architecture owners map hosting (EU / own-cloud / air-gap) in one sitting
  • Migration leads size ODM export risk before committing headcount

Enterprise security review?

If procurement or InfoSec needs answers before a trial — hosting, residency, SSO — start with the security page, then book a walkthrough.

Demo FAQ

What this page is — and is not

Does this call a live decision engine?+

No. Client-side sample policies only. Timings are illustrative. Use a free trial for real execute against published services.

Can I change the inputs?+

Yes — edit fields and run again. Outputs follow the canned sample policy for that scenario, not your production ruleset.

Is the AI authoring real?+

The showcase is illustrative. In-product AI uses your configured providers and still requires human review before publish.

How do I run my own rules?+

Start a free trial, author or import a ruleset, publish, and execute via Decision Server, the API, or the VS Code extension.