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.
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.
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).
Step 3
Assemble your stack
Use **PromptPal → Assemble** with component slugs from your saved Agent Stack collection.
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.

