Documentation is being updated. Some sections may not reflect the latest features.
Looking for step-by-step guides? Explore Tutorials →

Quick Start

Get your first AI workflow running in under 5 minutes.

Step 1: Create a Workflow

  1. Click New Workflow from the dashboard
  2. Give your workflow a name (e.g., "My First AI Agent")
  3. You'll see the visual editor with a Start node

Step 2: Add an LLM Node

  1. Drag an LLM Node from the sidebar onto the canvas
  2. Connect the Start node to the LLM node
  3. Click the LLM node to configure it:
    • Select a model (e.g., GPT-4o, Claude 3.5)
    • Write your system instructions
    • Set the user prompt variable (default: {{prompt}})

Step 3: Add an Output Node

  1. Drag a Simple Output node onto the canvas
  2. Connect the LLM node to the Output node
  3. Configure the output to return the LLM response

Step 4: Test Your Workflow

  1. Click the Play button to run your workflow
  2. Enter a test prompt in the input panel
  3. See the AI response in real-time

Tip: Use the execution logs to debug your workflow step-by-step.

AI AssistantPowered by Ubex
Beta
Ask me anything about Ubex workflows, nodes, or the API.