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

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

const guardedTools = wrapBotpressTools(agent, botpressTools, {
  strictTools: ["ticket.resolve", "customer.data.export"],
});
Local proof artifacts
local artifacts
imladri sdk certify --real --target botpress
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json