What is AI Rule Engine?
AI Rule Engine is a no-code/low-code platform for building governed, auditable business-logic workflows. You author rules in a decision table, optionally call AI models inside those workflows, and let AI agents trigger them through MCP with the exact permissions you grant.
Is AI Rule Engine a no-code platform?
Yes. Business users can build and read rules in a decision-table editor without writing code. Power users can add computed expressions, forward-chaining inference, derived facts, and programmatic API access when they need more.
Which AI models does AI Rule Engine support?
AI Rule Engine natively supports Anthropic Claude, OpenAI ChatGPT, Azure OpenAI, Google Gemini, and xAI Grok. You can mix multiple models and providers in a single workflow and route each step to the best-fit model.
What is forward-chaining inference?
Forward-chaining inference is an opt-in mode where rules re-fire as their actions change the facts other rules read, cascading small decisions into a final result without you scripting the order. Salience sets rule priority, and the engine converges on a stable, repeatable state.
Can AI agents trigger my workflows?
Yes. Every plan includes a Model Context Protocol (MCP) server so AI assistants can initiate workflows, read approved files, and inspect run logs. You scope each agent with least-privilege permissions.
Can my AI assistant complete approvals?
Yes. When a workflow pauses for human review, an assistant connected over MCP can read the pending form and submit your answers on your behalf, resuming the workflow. Each human intervention step has an "Allow AI agents to submit" switch (on by default), and agent submissions honor the form link’s expiry and use limits.
Are rule runs explainable and auditable?
Yes. Any run can produce a full inference trace showing which rules fired, why each condition matched on the actual values, and every context change. You can turn a trace into a plain-language explanation with AI, and version management plus audit trails keep a logged history.
Can I test rules before putting them in production?
Yes. Tests and what-if simulations run in a sandbox with no side effects and no metering. Because runs are deterministic and reproducible, a passing test is a reliable release gate.
How do I know my rules do not contradict each other?
Open the Verify tab. It reads the ruleset without running it and reports rules that can never fire, duplicated rules, two rules writing the same key different values, references that no longer resolve, context keys nothing supplies, and combinations of inputs no rule covers. Findings are ranked by severity, and any check that cannot answer honestly reports itself as skipped rather than passing quietly. Verification catches the contradictions a passing test cannot see, so use it alongside test cases rather than instead of them.
Can I see which rules actually fire in production?
Yes. Each environment has an Analytics page showing how often every rule fires as a share of the runs that evaluated it, alongside how many runs were skipped because a rule was disabled or outside its date window. Name the context key holding a ruleset outcome and you also get the distribution of that decision across every run, plus run volume, success rate, and duration by day. Counters are rolled up as runs finish, so the numbers are exact rather than sampled from logs.
Does AI Rule Engine support single sign-on?
Yes. Connect your own OpenID Connect or SAML 2.0 identity provider so members sign in with corporate credentials. You verify domain ownership through DNS before enforcement can be switched on, and SAML accepts multiple signing certificates so you can rotate one without downtime.
Is there an audit log?
Yes. Every change to rules, releases, access, and credentials is recorded, including refused attempts, and the log is filterable and exportable to CSV or JSON. You can also stream events to your own security tooling, such as Splunk, in near real time.
Where does my data run?
Shared environments run on AI Rule Engine’s managed infrastructure. The Enterprise plan can deploy up to 3 of your environments as dedicated hosts into your own Azure subscription, where Azure OpenAI calls and your data never leave your cloud boundary.