← Back to adoptersCertified
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
Wrapper-contract and executable surface smokes passed for Python and TypeScript lanes.
4/4 n8n lanes passed.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework n8n --ci-provider githubInstall
npm install @imladri/sdk n8n-workflow
pip install imladriMinimal wrapper
import { wrapN8nTools } from "@imladri/sdk";
const guardedNodes = wrapN8nTools(agent, workflowTools, {
strictTools: ["workflow.execute.production", "http.request.write"],
});Local proof artifacts
imladri sdk certify --real --target n8n
imladri scan --path . --fail-on new
imladri proof export --format markdown --output n8n-proof.md