← Back to adoptersCertified
Adopter quickstart
Botpress proof path
Public waitlist preview for adopting Imladri with Botpress: 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 Botpress lanes passed.
Runtimehosted
Public modeWaitlist preview
One-command starter
imladri init --framework botpress --ci-provider githubInstall
pip install imladri
npm install @imladri/sdk @botpress/clientMinimal wrapper
import { wrapBotpressTools } from "@imladri/sdk";
const guardedTools = wrapBotpressTools(agent, botpressTools, {
strictTools: ["ticket.resolve", "customer.data.export"],
});Local proof artifacts
imladri sdk certify --real --target botpress
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json