Skip to content

Pipelex n8n Community Node

Execute Pipelex AI pipelines directly in your n8n workflows.

Prerequisites

⚠️ Important: You must understand Pipelex before using this node!

What You'll Need

  1. A running Pipelex API server
  2. Public Pipelex API: (Coming Soon, join the waitlist here)
  3. Self-hosted: Pipelex API Docker Image

Installation

Here is some n8n documentation about installing community nodes.

Quick Start

  1. Set up Pipelex API (more information here):
    docker run -p 8081:8081 \
      -e API_KEY=your-token-here \
      -e PIPELEX_INFERENCE_API_KEY=your-key-here \
      pipelex/pipelex-api
    

Get a free PIPELEX_INFERENCE_API_KEY ($20 free credits) in the Discord # πŸ”‘γƒ»free-api-key channel or by filling this form.

  1. Add credentials in n8n:
  2. Node β†’ Credential to connect with β†’ Create New
  3. Enter your API Bearer Token

  4. Configure the node:

  5. Base URL: Your Pipelex API server URL, e.g. http://localhost:8081 or http://host.docker.internal:8081 (local Docker)
  6. Inputs: Your pipeline inputs as JSON
  7. Either provide Pipe Code OR Pipelex Bundle

  8. Copy paste an example from the Examples page

Learn more on usage

See Usage Guide for detailed parameter descriptions and examples.

Examples

See Examples for real-world workflow examples.

Need Help?