← Back to adopters
Adopter quickstart

Botpress proof path

Private-beta path for adopting Imladri with Botpress: initialize the adapter, wrap one risky capability, run the scanner or proof command from the repo, and review the same evidence in Profile.

Certification status

Certified

Certified

Alias-aware wrapper-contract and executable Botpress hosted-surface checks passed for Python and TypeScript lanes.

4/4 Botpress lanes passed; shared batch proof covers metadata.name, actionAliases, strict preflight, and zero blocked-path body calls.

Runtimehosted
Access modePrivate beta
Approved beta starter
cli
imladri init --framework botpress --ci-provider github
Reference dependencies
dependencies
npm install @imladri/sdk
npm install @botpress/client
Minimal wrapper
hosted
import { wrapBotpressTools } from "@imladri/sdk";

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