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.
Regulated Workflow Infrastructure
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
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
FlowBuilder is aimed at banks, fintechs, and regulated operators that need configurable onboarding with reviewable rules, evidence, and integration points.
API Surface
/flow-builder/templatesReview starter banking templates.
/flow-builder/generateCreate draft workflow JSON from natural language.
/flow-builder/simulateTest visibility, routing, actions, and validation.
/flow-builder/publishPublish only after human approval is recorded.
/flow-builder/schemaExport strict JSON Schema for builder clients.
/flow-builder/renderer-contractAlign future Tellus frontends on rendering rules.
Quick Test
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
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