Install path

One command to get from customer repo to verified evidence.

Imladri setup is split intentionally: terminal/API commands control the action boundary in the customer repo, while Profile owns review, monitoring, proof export, and buyer sharing.

1

Install the CLI

Run the installer or install the packed CLI in the customer repo. The command creates local config only; it does not print or store provider secrets.

2

Login to Profile

Authenticate the customer workspace, select the active agent, and rotate a one-time SDK key into the local ignored session.

3

Publish policy

Declare allowed, review-required, and blocked actions in Profile or from terminal flags, then publish the active constitution.

4

Run proof

Execute one allowed action and one blocked-before-body action from the customer repo or API path.

5

Verify and share

Export JSON/Markdown/PDF, verify the JSON packet locally or in the browser, then create an auditor-redacted share when ready.

StepCommand
Installpowershell -ExecutionPolicy Bypass -File .\scripts\install-imladri-cli.ps1
One command setupimladri onboard --worker-url https://<worker> --email [email protected] --password <password> --scan-path . --proof-output imladri-proof.md
Manual proof runimladri proof run --allowed-action ticket.summarize --blocked-action credential.export --stack "LangChain"
JSON exportimladri proof export --format json --redaction auditor --output imladri-proof.json
Local verifyimladri proof verify --input imladri-proof.json
Browser verifyhttps://imladri.com/verify-proof
SurfaceResponsibility
Terminal/APIWraps the action where it actually runs, uploads runtime evidence, scans the repo, certifies adapters, and exports proof artifacts.
ProfileShows the active agent, policy, SDK key state, monitored decisions, proof readiness, public shares, DB sandbox state, and provider training status.
AdminReads back customer, workspace, agent, route, activity, key, and proof state without exposing raw SDK keys.