← Back to adopters
Adopter quickstart

Dify proof path

Public waitlist preview for adopting Imladri with Dify: 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 hosted-surface smokes passed for Python and TypeScript lanes.

4/4 Dify lanes passed.

Runtimehosted
Public modeWaitlist preview
One-command starter
cli
imladri init --framework dify --ci-provider github
Install
dependencies
pip install imladri
npm install @imladri/sdk
Minimal wrapper
hosted
import { wrapDifyTools } from "@imladri/sdk";

const guardedTools = wrapDifyTools(agent, difyTools, {
  strictTools: ["workflow.run.production"],
});
Local proof artifacts
local artifacts
imladri sdk certify --real --target dify
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json