← Back to adoptersCertified
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
Wrapper-contract and executable surface smokes passed for Python and TypeScript lanes.
4/4 Mastra lanes passed.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework mastra --ci-provider githubInstall
npm install @imladri/sdk @mastra/core
pip install imladriMinimal wrapper
import { wrapMastraTools } from "@imladri/sdk";
const guardedTools = wrapMastraTools(agent, tools, {
strictTools: ["cloud.deploy", "billing.update"],
});Local proof artifacts
imladri sdk certify --real --target mastra
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json