Skip to main content
FlowX AI Platform provides intelligent agents across your entire application lifecycle. Whether you’re building apps or running them, AI agents accelerate your work and enhance user experiences. FlowX AI Platform

Two types of AI agents

FlowX provides agents for different stages of your application lifecycle:

Config-time agents

Help you build apps fasterAI assistants embedded in FlowX Designer that help developers and business analysts create processes, UIs, and business rules.Used by: Designers, developers, analysts

Business agents

Power your end-user experiencesAI agents that run inside your applications, interacting with customers and employees to automate tasks and provide intelligent assistance.Used by: Your customers and employees

Config-time agents

These agents are built into FlowX Designer to accelerate app development:

Learn more about config-time agents

Detailed documentation for each config-time agent

Business agents

Agents that power intelligent experiences for your end-users. You have two options:

FlowX accelerators

Pre-built business agents created by FlowX, ready to deploy:
  • Industry-specific solutions for banking, insurance, and more
  • Tested and optimized for common use cases
  • Deploy immediately or customize to your needs

Agentic Apps Marketplace

Browse and install FlowX accelerators

Custom agents

Use Agent Builder to create AI agents tailored to your specific business processes:
  • Document processing - Extract data from forms, contracts, and statements
  • Content generation - Create personalized communications and reports
  • Decision support - Analyze data and provide recommendations
  • Conversational AI - Build chat-based customer interactions

Agent Builder

Create custom AI agents for your specific business needs

Integrating agents into apps

Once you have business agents (custom or from marketplace), integrate them into your applications:

Enterprise security

Enterprise Security All FlowX AI agents are built for banking-grade security:
Security featureDescription
Zero-trust modelAll components authenticate each other, preventing unauthorized access
Input/output scanningDetect prompt injection, ban sensitive substrings, sanitize outputs
Custom fine-tuned modelsPurpose-built models with curated data for each use case
Human oversightHuman-in-the-loop controls for ethical decision-making

Personal data protection

FlowX ensures personal data never reaches AI models by design through controlled data ingestion, deterministic workflows, and encryption options.

Data ingestion paths

Personal data enters the platform through three channels:
ChannelData handling
Forms / UIsInput data mapped directly to the process data model
3rd party APIsAPI responses mapped to the process data model
DocumentsStructured docs (Word, Excel) have fields mapped automatically; unstructured docs require OCR extraction with optional human verification
For unstructured documents containing sensitive data, a human operator can verify extracted data accuracy before it’s mapped to the data model.

Data storage

All ingested data ends up in data models - JSON collections stored in FlowX databases:
  • Data models are only accessible to deterministic business process steps
  • Process logic controls when, how, and which data is sent to AI steps
  • This ensures no personal data is sent to AI by design

Protection options

OptionDescription
Database encryptionEncrypt data at rest using database capabilities (e.g., pgcrypto in PostgreSQL) - prevents administrator access to business data
Sensitive data maskingMark specific data model fields as sensitive to hide them in UIs and console outputs
Custom guardrailsAdditional guardrails can be enforced in AI workflows

Hallucination prevention

Hallucination Prevention
TechniquePurpose
RAGGround responses in reliable external data sources
Multi-agent architectureDedicated agents for specific tasks with specialized processing
Structured outputsEnforce JSON outputs for consistent, parseable responses
Model evaluationContinuous testing to find optimal models for each task
Prompt tuningTask-specific prompts to enhance accuracy and relevance

Last modified on February 18, 2026