← Back to adoptersCertified
Adopter quickstart
n8n proof path
Private-beta path for adopting Imladri with n8n: initialize the adapter, wrap one risky capability, run the scanner or proof command from the repo, and review the same evidence in Profile.
Certification status
Certified
Alias-aware wrapper-contract and executable n8n workflow-node surface checks passed for Python and TypeScript lanes.
4/4 n8n lanes passed; shared batch proof covers metadata.name, actionAliases, strict preflight, and zero blocked-path body calls.
Runtimemixed
Access modePrivate beta
Approved beta starter
imladri init --framework n8n --ci-provider githubReference dependencies
npm install @imladri/sdk
npm install n8n-workflowMinimal wrapper
import { wrapN8nTools } from "@imladri/sdk";
const guardedNodes = wrapN8nTools(agent, workflowTools, {
strictTools: ["workflow.execute.production"],
actionAliases: {
executeProductionWorkflow: "workflow.execute.production",
writeHttpRequest: "http.request.write",
},
});Terminal proof evidence
imladri sdk certify --real --target n8n
imladri scan --path . --fail-on new
imladri proof export --format markdown --output n8n-proof.md