Build your first project, dashboard, and workflow in under 15 minutes. This guide walks through the core surfaces and shows how they connect.

What you’ll learn

  • Creating projects and tasks to organize work
  • Customizing your dashboard with blocks
  • Building workflows on the visual canvas
  • Running and debugging workflows

Prerequisites

  • An account: register at /users/register, log in at /users/log-in, or sign in with Google
  • A workspace: after you register, onboarding asks you to name your organization and invite teammates. New workspaces start with a sample project and example workflows.

Step 1: Create a project

Projects group related tasks and workflows.

  1. Open Projects from the sidebar
  2. Click New Project
  3. Enter a name (like “My First Automation”) and click Create project

Think of projects as folders. You might create separate projects for “Marketing Automation”, “Client A”, or “Personal Tasks”.

Tip: The New button in the header creates workflows, projects, and tasks from any page.

Step 2: Create a task

Tasks track the actual work.

  1. Open Tasks from the sidebar
  2. Click Add Task
  3. Enter a title, then set status, project, dates, or assignee as needed
  4. Click Create task

Tip: Switch between Table, Board, Timeline, and Calendar views from the view switcher.

Step 3: Customize your dashboard (optional)

Your dashboard is a page built from blocks. Rollout creates one for you the first time you open it.

  1. Open Home from the sidebar
  2. Click the pencil (Edit Page) button
  3. Click Add block and pick a block: Table (tasks, projects, objectives, documents, or custom records), Feed (updates and posts), Form (create records), or Section (rich text)
  4. Move or resize blocks, then click Apply changes — or Discard to drop the draft

Step 4: Build your first workflow

Workflows are your visual automations.

  1. Open Workflows from the sidebar
  2. Click New Workflow to open the editor
  3. Click an empty spot on the canvas to open the node picker, then choose Manual Start
  4. Drag from Manual Start’s output port and release on empty canvas — the picker opens again and connects your pick. Choose a node like AI Agent or API Request
  5. Click a node to configure it in the sidebar
  6. Click Save in the toolbar

Example: Create a “Daily Quote” workflow: Manual Start connected to an AI Agent whose prompt asks for an inspiring quote.

Step 5: Run and view results

  1. Click Run in the editor toolbar (or press Cmd/Ctrl + Enter)
  2. Watch nodes highlight as they execute
  3. Click a completed node to inspect its output
  4. Open the Runs tab in the sidebar for run history; the Live tab follows the active run

Each node shows what data it processed, making debugging straightforward.

Next steps

Troubleshooting

Do I need to code? No. Build automations by connecting nodes on the canvas. The Code Execution node is available when you need custom JavaScript logic.

Workflow not running

  • The Run button stays disabled until the workflow has a trigger node (like Manual Start)
  • Ensure nodes are connected (output port to input port)
  • Save the workflow before running

Node shows an error

  • Click the node to see error details in the sidebar
  • For API Request nodes, check URL, method, and headers
  • For AI Agent nodes, make sure the prompt is set

Nothing appears after running

  • Open the Runs tab in the editor sidebar and open the latest run
  • Look for errors on individual nodes

Can’t find my workflow

  • Check you’re in the right workspace (workspace menu at the top of the sidebar)
  • Open Workflows from the sidebar and search the full list, not just recent items