AdlyseAdlyseDocs
Welcome
Getting Started
QuickstartOnboarding Wizard
Essentials
DashboardAd AccountsExplorerReportsSearch TermsDecision Log
AI Studio
Adlyse AISkillsGuidelinesSchedules
Admin
OrganizationTeam
Integrations
OverviewMCP Servers →API Keys
Legacy Docs
OverviewQuickstartCookbookWorkflowVariablesKnowledge BaseAPI Keys (legacy)NodesSelf HostingSelf-Host Auth
  1. Overview/
  2. Getting Started

Quickstart

Get started with Adlyse in minutes by creating your first AI workflow.

Creating a Workflow#

  1. Navigate to the Adlyse Dashboard
  2. Select the Workflows tab
  3. Click the Create Workflow button in the upper-right corner

You’ll see an empty canvas with a trigger node ready for you to build upon.

Adding Nodes#

Click the + icon on any node to add new nodes to your workflow. Available node types include:

  • AI Node - Process text with AI models
  • Condition Node - Add branching logic
  • Knowledge Retrieval - Query your knowledge base
  • Tool - Execute external tools
  • Code Node - Run custom Python code

Connecting Nodes#

  • Use the left plus icon to connect to upstream nodes (inputs)
  • Use the right plus icon to connect to downstream nodes (outputs)

A single node can connect to multiple upstream and downstream nodes.

Running Your Workflow#

  • Click the Run button (triangle icon) to execute the entire workflow
  • You can also run individual nodes to test specific parts

Saving Your Work#

Click Save to preserve your changes. The workflow also auto-saves when you run it.

Next Steps#

Now that you’ve created your first workflow, explore:

  • Core Concepts - Learn about workflows and nodes in depth
  • Cookbook Examples - See real-world workflow examples
←Previous
Overview
Next→
Cookbook