← Back to adopters
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

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
cli
imladri init --framework generic --ci-provider github
Reference dependencies
dependencies
npm install @imladri/sdk
Minimal wrapper
mixed
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
terminal evidence
imladri sdk certify --real --target generic
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json