← Back to adoptersCertified
Adopter quickstart
Flowise proof path
Public waitlist preview for adopting Imladri with Flowise: 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 hosted-surface smokes passed for Python and TypeScript lanes.
4/4 Flowise lanes passed.
Runtimehosted
Public modeWaitlist preview
One-command starter
imladri init --framework flowise --ci-provider githubInstall
pip install imladri
npm install @imladri/sdkMinimal wrapper
import { wrapFlowiseTools } from "@imladri/sdk";
const guardedTools = wrapFlowiseTools(agent, flowiseTools, {
strictTools: ["workflow.execute.production"],
});Local proof artifacts
imladri sdk certify --real --target flowise
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json