Skip to content
AdlyseDocs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
WelcomeQuick startGlossary

Connect your accounts and bring your team in.

Onboarding wizardAd accountsTeam

The screens you'll check every day.

HomeExplorerReports
Creative intelligence
AI Studio

The context Adlyse works from.

Brand profileFilesTables

Accounts, people, and integrations.

OrganizationIntegrationsAPI keysDeveloper (MCP)
  1. Legacy
  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