Pipelex n8n node package
npm install n8n-nodes-pipelex
π¦ npm install n8n-nodes-pipelex
Installation β’
What is Pipelex? β’
Usage β’
Examples β’
Resources
---
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.
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:
- π Manifesto: Why Pipelex?
- π Pipelex Documentation
- π Live Demo
- π³ Cookbook: Ready-to-run Examples
---
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)
``bashPull the official Docker image
% docker pull pipelex/pipelex-api
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.
$3
Follow the installation guide in the n8n community nodes documentation.
---
Credentials
This node requires Pipelex API credentials to authenticate with your Pipelex API server.
$3
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 connectionWhere 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:
$3
| 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.
$3
| 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
$3
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)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.
---
WIP
---
---
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.
---
This project is licensed under the MIT License. See the LICENSE file for details.
---
Built with β€οΈ by the Pipelex team and community.
Special thanks to the n8n community for building an amazing automation platform.
---