Pipelex n8n Community Node
Execute Pipelex AI pipelines directly in your n8n workflows.
Prerequisites
β οΈ Important: You must understand Pipelex before using this node!
- π Read the Pipelex Documentation first
- π Try the Quick Start Guide
- π³ Explore the Cookbook Examples
What You'll Need
- A running Pipelex API server
- Public Pipelex API: (Coming Soon, join the waitlist here)
- Self-hosted: Pipelex API Docker Image
Installation
Here is some n8n documentation about installing community nodes.
Quick Start
- 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.
- Add credentials in n8n:
- Node β Credential to connect with β Create New
-
Enter your API Bearer Token
-
Configure the node:
- Base URL: Your Pipelex API server URL, e.g.
http://localhost:8081orhttp://host.docker.internal:8081(local Docker) - Inputs: Your pipeline inputs as JSON
-
Either provide Pipe Code OR Pipelex Bundle
-
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?
- π¬ Discord Community
- π Main Documentation
- π Report Issues