← Back to adoptersCertified
Adopter quickstart
Generic HTTP proof path
Public waitlist preview for adopting Imladri with Generic HTTP: 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
The generic Imladri wrapper lanes passed for Python and TypeScript callable shapes.
3/3 generic lanes passed across Python and TypeScript wrappers.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework generic --ci-provider githubInstall
pip install imladri
npm install @imladri/sdkMinimal wrapper
import { ConstitutionalAgent, wrapImladriTools } from "@imladri/sdk";
const agent = new ConstitutionalAgent({ agentId, apiKey, apiUrl, preflightUrl });
const guardedTools = wrapImladriTools(agent, tools, {
strictTools: ["operator.commit", "customer.data.export"],
});
await guardedTools["operator.commit"].execute(payload);Local proof artifacts
imladri sdk certify --real --target generic
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json