Back to Nodes

Pipelex

Last updated Nov 4, 2025

Pipelex n8n node package

0 Weekly Downloads
13 Monthly Downloads

Included Nodes

Pipelex

Description

Pipelex Logo

n8n-nodes-pipelex

Execute Pipelex AI pipelines in your n8n workflows

npm version
MIT License
Documentation

πŸ“¦ npm install n8n-nodes-pipelex

Installation β€’
What is Pipelex? β€’
Usage β€’
Examples β€’
Resources


What is this?

This is an n8n community node that lets you execute Pipelex AI pipelines directly in your n8n workflows. Transform unstructured data into structured knowledge using repeatable AI operations.

What is Pipelex?

Pipelex is an open-source language for AI Agents to create and run repeatable AI workflows with modular, composable pipelines.

Build modular "pipes" where each uses different LLMs and guarantees structured outputs. Connect them like LEGO blocks β€” sequentially, in parallel, or conditionally β€” to build complex knowledge transformations from simple, reusable components.

Learn more about Pipelex:


Installation

Prerequisites

Before installing this node, you'll need a Pipelex API server running. Choose one option:

Option A: Use Pipelex Cloud API (Coming Soon)

The hosted Pipelex API will be available soon. Join the waitlist.

Option B: Self-host with Docker (Recommended)

Run your own Pipelex API server using Docker (See more here Pipelex-api)

# Pull the official Docker image
% docker pull pipelex/pipelex-api

# Run with your API key and LLM provider key
% docker run --name pipelex-api -p 8081:8081 \
  -e API_KEY=your-bearer-token-here \
  -e PIPELEX_INFERENCE_API_KEY=your-pipelex-inference-key \
  pipelex/pipelex-api:latest

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

For detailed setup instructions, see the Pipelex API documentation.

Install the n8n Community Node

Follow the installation guide in the n8n community nodes documentation.


Credentials

This node requires Pipelex API credentials to authenticate with your Pipelex API server.

Setting up credentials:

  1. In your n8n workflow, add a Pipelex node
  2. Click on Credential to connect with
  3. Select Create New Credential
  4. Enter your Bearer Token (the API_KEY you configured in your Pipelex API server)
  5. (Optional) Test the credential to verify the connection

Where to get your API key:

  • If self-hosting: Use the API_KEY you set when starting your Pipelex API Docker container
  • If using Pipelex Cloud (coming soon): Get it from your Pipelex dashboard

Node Configuration

The Pipelex node supports the following parameters:

Required Parameters

Parameter API Field Description
Base URL The base URL of your Pipelex API server (e.g., http://localhost:8081, http://host.docker.internal:8081…) (Soon the public API)
Inputs inputs JSON object containing the inputs for your pipeline (must match your pipeline's expected inputs)
Pipe Code pipe_code The code of a pre-registered pipeline to execute
Pipelex Bundle plx_content Inline PLX code to execute (if not using a pre-registered pipeline)

Note: You must provide either Pipe Code or Pipelex Bundle (or both). Learn more about the Pipelex API here.

Optional Parameters

Parameter API Field Description
Output Name output_name Specify a particular output name to retrieve
Output Multiplicity output_multiplicity Control the multiplicity of outputs
Dynamic Output Concept Code dynamic_output_concept_code Code for dynamic output concepts

Usage

Quick Start

  1. Add the Pipelex node to your n8n workflow
  2. Configure credentials (Bearer Token)
  3. Set the Base URL (e.g., http://localhost:8081 or http://host.docker.internal:8081 local Docker)
  4. Choose execution mode:
    • Option A: Provide Pipe Code (for pre-registered pipelines)
    • Option B: Provide inline Pipelex Bundle (PLX syntax)
  5. Set Inputs as a JSON object matching your pipeline's expected inputs
  6. Execute the workflow

The node will return the pipeline execution results, which can be passed to subsequent nodes in your workflow. Learn more about the output format here.


Examples

WIP


Resources

Documentation

Community & Support


Contributing

We welcome contributions! If you'd like to improve this node:

See CONTRIBUTING.md for more details.

Please report bugs and request features via GitHub Issues.


License

MIT

This project is licensed under the MIT License. See the LICENSE file for details.


Acknowledgments

Built with ❀️ by the Pipelex team and community.

Special thanks to the n8n community for building an amazing automation platform.


Discord
YouTube
Website

“Pipelex” is a trademark of Evotis S.A.S.

Β© 2025 Evotis S.A.S.