@layerproof/n8n-nodes-layerproof
v1.0.0
Published
n8n community node for LayerProof — automate slide generation, project management, and exports.
Maintainers
Readme
n8n-nodes-layerproof
n8n-nodes-layerproof is an n8n community node for LayerProof public API workflows.
It provides a LayerProof node and LayerProof API credentials for automating:
- projects and workspaces
- themes and files
- slide decks and slides
- exports and async jobs
Installation
For self-hosted n8n, install from npm:
npm install n8n-nodes-layerproofThen restart n8n.
Credentials
Create LayerProof API credentials in n8n with:
API Key: your LayerProof public API keyBase URL: API origin only, for examplehttps://api.dev.layerproof.app
Development
Build the package:
npm run buildRun a publish dry run:
npm run publish:dry-runPublishing
Log in to npm first:
npm loginPublish the package:
npm publishNotes
- This package is structured as an n8n community node package.
- To make it available on n8n Cloud, it must also go through n8n's verification and submission flow.
