← Back to adopters
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

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
cli
imladri init --framework flowise --ci-provider github
Install
dependencies
pip install imladri
npm install @imladri/sdk
Minimal wrapper
hosted
import { wrapFlowiseTools } from "@imladri/sdk";

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