← Back to adopters
Adopter quickstart

Haystack proof path

Public waitlist preview for adopting Imladri with Haystack: 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

Wrapper-contract, Python real-package, and TypeScript executable surface smokes passed.

4/4 Haystack lanes passed.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework haystack --ci-provider github
Install
dependencies
pip install imladri haystack-ai
npm install @imladri/sdk
Minimal wrapper
mixed
from imladri.adapters import wrap_haystack_components

guarded_components = wrap_haystack_components(
    agent,
    components,
    strict_tools=["customer.data.export"],
)

result = guarded_components["customer.data.export"].run_component(payload)
Local proof artifacts
local artifacts
imladri sdk certify --real --target haystack
imladri scan --path . --fail-on new
imladri proof export --format json --output haystack-proof.json