Regulated Workflow Infrastructure

AI-assisted onboarding and origination flows for modern banks.

Tellus FlowBuilder turns natural language requests into portable JSON workflow definitions with conditional logic, validation, API orchestration, audit trails, versioning, and human review controls.

What It Does

Simple flows. Clear controls.

Build account opening, loan prequalification, KYC/KYB intake, consent capture, document upload, and internal review workflows without custom front-end code for every new process.

Who It Serves

Designed for real-world institutions.

FlowBuilder is aimed at banks, fintechs, and regulated operators that need configurable onboarding with reviewable rules, evidence, and integration points.

API Surface

Protected endpoints for workflow generation and governance.

GET/flow-builder/templates

Review starter banking templates.

POST/flow-builder/generate

Create draft workflow JSON from natural language.

POST/flow-builder/simulate

Test visibility, routing, actions, and validation.

POST/flow-builder/publish

Publish only after human approval is recorded.

GET/flow-builder/schema

Export strict JSON Schema for builder clients.

GET/flow-builder/renderer-contract

Align future Tellus frontends on rendering rules.

Quick Test

Call protected APIs from your server or terminal.

Public pages are open, but API endpoints require an X-API-Key header. Keep this key server-side for website demos and product integrations.

curl.exe -H "X-API-Key: $TELLUS_AI_API_KEY" \
  https://tellus-ai-model-platform.vercel.app/flow-builder/templates

Demo

Preview the portable workflow definitions.

The demo page renders starter banking templates without exposing API keys or vendor credentials. It is safe to link from the Tellus website as a product documentation entry point.

Launch the FlowBuilder Demo