← Back to adopters
Adopter quickstart

n8n proof path

Public waitlist preview for adopting Imladri with n8n: initialize the adapter, wrap one risky capability, run the local scanner, and review the proof artifacts before a private design-partner workspace is opened.

Certification status

Certified

Certified

Wrapper-contract and executable surface smokes passed for Python and TypeScript lanes.

4/4 n8n lanes passed.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework n8n --ci-provider github
Install
dependencies
npm install @imladri/sdk n8n-workflow
pip install imladri
Minimal wrapper
mixed
import { wrapN8nTools } from "@imladri/sdk";

const guardedNodes = wrapN8nTools(agent, workflowTools, {
  strictTools: ["workflow.execute.production", "http.request.write"],
});
Local proof artifacts
local artifacts
imladri sdk certify --real --target n8n
imladri scan --path . --fail-on new
imladri proof export --format markdown --output n8n-proof.md