← Back to adoptersCertified
Adopter quickstart
Generic HTTP proof path
Private-beta path for adopting Imladri with Generic HTTP: 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
The generic Imladri wrapper lanes passed for Python and TypeScript callable shapes.
3/3 generic lanes passed across Python and TypeScript wrappers.
Runtimemixed
Access modePrivate beta
Approved beta starter
imladri init --framework generic --ci-provider githubReference dependencies
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);Terminal proof evidence
imladri sdk certify --real --target generic
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json