Product Features

Native n8n node for PromptPal

Install and use the PromptPal n8n community node for assemble, resolve, and run logging without hand-writing HTTP nodes.

7 min read

PromptPal now supports a native n8n community node so teams can build workflows in n8n while PromptPal owns prompt lifecycle and version governance.

Use this node instead of manually wiring raw HTTP Request modules for every workflow.

  1. Step 1

    Install the node package

    Install `n8n-nodes-promptpal` on your n8n instance. For self-hosted development, use `npm link` from the package workspace.

  2. Step 2

    Create PromptPal credentials

    Configure API Key (`pp_*` or `ppapi_*`), Base URL (`https://api.promptpal.app/api/v1`), and default environment (recommended: staging first).

  3. Step 3

    Assemble your stack

    Use **PromptPal → Assemble** with component slugs from your saved Agent Stack collection.

  4. Step 4

    Run your agent and log attribution

    After your AI node, call **PromptPal → Log Run** using `versionId` and `resolvedFrom` from assemble output for traceability.

Related articles