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
- Access to a Pipelex API
- Hosted Pipelex platform at
https://api.pipelex.com(default) — run access is gated for now; join the waitlist - Or your own server exposing the platform run surface (self-hosting guide in the works)
Installation
Here is some n8n documentation about installing community nodes.
Quick Start
-
Get API access — the node defaults to the hosted Pipelex platform at
https://api.pipelex.com. Run access there is gated for now (admin /runs:execute-scoped key) — create a key at app.pipelex.com and join the waitlist. You can also point the Base URL at your own server that exposes the platform run surface (a self-hosting guide is in the works). -
Add credentials in n8n:
- Node → Credential to connect with → Create New
- Set Base URL (defaults to
https://api.pipelex.com; point it at your own server if you self-host) -
Paste your Bearer Token
-
Configure the node:
- Pick an Operation:
Start & Wait for Result(default — starts a run and polls internally until the result is ready),Start Pipeline(starts a run and returns itspipeline_run_idimmediately),Poll & Get Result(waits for an already-started run bypipeline_run_id), orGet Run Result(one-shot, non-blocking fetch bypipeline_run_id) - Provide a
Pipe Code, inlineMTHDS Bundles, or a storedMethod ID -
Set
Inputsas a JSON object matching your pipeline's expected inputs -
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.