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

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
cli
imladri init --framework generic --ci-provider github
Install
dependencies
pip install imladri
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);
Local proof artifacts
local artifacts
imladri sdk certify --real --target generic
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json