← Back to adoptersCertified
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
Wrapper-contract, Python real-package, and TypeScript executable surface smokes passed.
4/4 Haystack lanes passed.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework haystack --ci-provider githubInstall
pip install imladri haystack-ai
npm install @imladri/sdkMinimal wrapper
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
imladri sdk certify --real --target haystack
imladri scan --path . --fail-on new
imladri proof export --format json --output haystack-proof.json