Workflows

Visual Builder

Build complex AI pipelines with a visual node-based editor. Chain models, add logic, integrate tools, and deploy workflows with a single click.

πŸ”—

Visual Workflow Builder

Drag-and-drop interface for building AI pipelines without code.

Key Features

🎨

Visual Editor

Drag and drop nodes, connect them visually, and see your pipeline at a glance. No coding required.

⚑

Real-time Execution

Watch your workflow execute step-by-step with live output streaming and debugging.

πŸ”„

Conditional Logic

Add branches, loops, and conditions to create dynamic AI applications.

🌐

API & Webhooks

Deploy as an API endpoint or trigger from external webhooks.

πŸ“Š

RAG Integration

Connect to your RAG instances for knowledge-grounded responses.

πŸ“

Template Library

Start with pre-built templates for common use cases like chatbots, data extraction, and more.

How It Works

1

Create a Workflow

Start from scratch or pick a template. Each workflow belongs to an agent and can have multiple versions.

2

Add Nodes

Drag nodes from the palette: LLM calls, prompts, code blocks, HTTP requests, conditionals, and more.

3

Connect Nodes

Draw connections between nodes to define data flow. Outputs from one node become inputs to the next.

4

Test & Deploy

Run your workflow in the editor, then deploy it as an API or attach triggers like webhooks or schedules.

Example: Customer Support Bot

πŸ“₯ Start
User message
β†’
πŸ” RAG Query
Find docs
β†’
πŸ€– LLM
Generate reply
β†’
πŸ”€ Condition
Needs escalation?
β†’
πŸ“€ Output
Response

This workflow receives customer messages, searches your knowledge base for relevant documentation, generates a response with context, and optionally escalates complex issues.

Available Node Types

CategoryNodes
Flow ControlStart, Output, Condition, Loop, Parallel, Merge
AI ModelsLLM, Image Generation, Embeddings, Vision
DataPrompt Template, RAG Query, JSON Transform, Variable
IntegrationsHTTP Request, Webhook, Database Query
CodeJavaScript, Python (sandboxed execution)

See Node Types documentation for detailed information on each node.

API Access

Every workflow can be executed via API:

POST /v1/workflow/execute

Supports streaming responses via SSE for real-time output. See the Triggers documentation for webhooks and scheduled execution.

Pricing

Workflow execution is billed based on the AI models used within the workflow. Building and testing in the editor is freeβ€”you only pay for actual LLM/embedding/image generation calls when executing.

Next Steps