Skip to main content
Industry Accelerators ship KaireonAI’s decisioning model pre-loaded for a specific vertical. Each pack contains a coherent set of entities that cover the decisioning lifecycle end-to-end — categories, offers, decisioning gates spanning eligibility / fit filters / match scoring, decision flows, and per-channel creatives. Eight vertical packs ship out of the box: Banking, Telco, Retail, Insurance, Healthcare, Hospitality, Utilities, and Media. Each follows the same structure — categories, offers, decisioning gates spanning eligibility / fit filters / match scoring, decision flows, and per-channel creatives. The three flagship packs:

Install a pack

Any admin can install a pack from Settings → Industry Accelerators:
  1. Pick the vertical card.
  2. Click Install pack.
  3. The seeder runs in a single Postgres transaction and reports counts of what was created vs. skipped.
Re-running the seeder on a tenant that already has entries is safe — it skips anything whose name / key already exists, never mutates or deletes. You can freely test a pack, delete entries, and re-seed.

API

List available packs (no side effects):
Install a pack (admin role required):
Response shape:
The POST endpoint is rate-limited at 5 calls / minute / tenant and every run is audit-logged with action=seed_accelerator.

Decisioning gate classification

Every rule in a pack is pre-classified as eligibility, fit filters, or match scoring — the 4-stage model — see Decisioning Gates. The classifier honors the explicit stage field on each rule, so seeded rules render in the right bucket of the qualification-rules UI immediately.

Customizing a pack

After seeding you own every entity — rename, re-parent, tune priorities, edit creatives, swap flow nodes. Nothing is “managed” by the accelerator system after install. If you want to build your own pack (e.g., a pharma or insurance vertical), the accelerator format is a plain TypeScript object:
Then add it to the ACCELERATOR_PACKS registry in lib/accelerators/seed.ts.
See also: Decisioning Gates | Decision Flows | Qualification Rules