← Back to adopters
Adopter quickstart

Mastra proof path

Public waitlist preview for adopting Imladri with Mastra: 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 surface smokes passed for Python and TypeScript lanes.

4/4 Mastra lanes passed.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework mastra --ci-provider github
Install
dependencies
npm install @imladri/sdk @mastra/core
pip install imladri
Minimal wrapper
mixed
import { wrapMastraTools } from "@imladri/sdk";

const guardedTools = wrapMastraTools(agent, tools, {
  strictTools: ["cloud.deploy", "billing.update"],
});
Local proof artifacts
local artifacts
imladri sdk certify --real --target mastra
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json