AI Rule Engine Docs

AI Rule Engine

The AI Rule Engine is a platform for authoring and running business rules, workflows, and AI-powered automations — without writing application code. You design rule sets visually, then run them in isolated environments that can call AI models, external APIs, and your own extensions.

New here?

Start with Core Concepts to learn the vocabulary, then follow Getting Started to build and run your first rule set.

What you can build

A rule set is an ordered collection of rules. Each rule pairs a condition (boolean logic over a shared execution context) with one or more actions. Actions can transform data, call AI models, invoke external services, branch into other rules, or pause for a human to weigh in. Typical uses include:

  • Content moderation and classification pipelines.
  • Document and data transformation (JSON, XML, free text).
  • AI-assisted workflows: chat, image generation, recognition, speech.
  • Decisioning and routing over inbound API requests.
  • Approval flows with human-in-the-loop intervention.

Two sides: authoring and executing

The platform separates designing rules from running them:

See How the Platform Works for how the two sides fit together.

Explore the documentation