Build Your First Conveyor Belt

Orchestrator

🎯 Goal

Create an active pipeline with at least 2 steps.

Create a Pipeline

A Pipeline is a sequence of agent steps that run in order.

Steps

  1. Go to Admin → AI Hub → Pipeline definitions
  2. Name it Ticket Triage Pipeline
  3. Save (don't activate yet)
  4. Add Step 1: agent = Input Normalizer, order = 1
  5. Add Step 2: agent = Ticket Classifier, order = 2
  6. Now activate the pipeline and save

Input mapping

Leave input/output mappings empty for now. When empty, AI Hub passes the full context from one step to the next.

🔐 Log in to check your mission progress.