Generated Structure
No draft generated yet
Use the form to generate a demo workflow.
Banking Modernization Demo
Type a banking onboarding or origination request. The public demo will generate a website-safe draft from Tellus FlowBuilder templates and show the resulting steps, API placeholders, compliance signals, and JSON contract.
Interactive Demo
The browser calls a public demo endpoint. That endpoint performs validation, rate limiting, and safety checks, then calls the configured model server-side when public model demo mode is enabled. Keys and model credentials never reach the browser.
Generated Structure
Use the form to generate a demo workflow.
Detected Signals
Step Preview
Review Items
Test Runner
Use scenarios or edit individual answers. The tester evaluates conditional visibility, manual review routing, validation, and mock API actions from the generated JSON.
Simulation Result
Routing decision will appear here.
Visible Steps
Validation and API Calls
Generated JSON Contract
Generate a draft to inspect the portable workflow JSON.
Starter Templates
consumer deposit account opening
Draft onboarding and origination flow for a consumer checking account.
small business deposit account opening
Draft onboarding flow for small business deposit account origination.
loan prequalification
Draft loan prequalification workflow with soft-pull placeholder.
Website Integration Pattern
Public website demos call a guarded server-side demo route. Production FlowBuilder APIs remain protected by API key, while the demo route can call the model backend with rate limits, prompt limits, safety checks, and sanitized output.
GET /flow-builder/demo public documentation page
POST /flow-builder/demo/generate public guarded model demo
POST /flow-builder/demo/simulate public guarded simulator
POST /flow-builder/generate protected production API