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. Access to a Pipelex API
  2. Hosted Pipelex platform at https://api.pipelex.com (default) — run access is gated for now; join the waitlist
  3. 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

  1. 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).

  2. Add credentials in n8n:

  3. Node → Credential to connect withCreate New
  4. Set Base URL (defaults to https://api.pipelex.com; point it at your own server if you self-host)
  5. Paste your Bearer Token

  6. Configure the node:

  7. 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 its pipeline_run_id immediately), Poll & Get Result (waits for an already-started run by pipeline_run_id), or Get Run Result (one-shot, non-blocking fetch by pipeline_run_id)
  8. Provide a Pipe Code, inline MTHDS Bundles, or a stored Method ID
  9. Set Inputs as a JSON object matching your pipeline's expected inputs

  10. 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?