Receive private access
Selected teams receive an approved workspace, scoped credentials, and an onboarding contact before they run the product path.
Public account creation and Profile login are closed. This page is the setup reference for selected private-beta teams after Imladri issues their workspace and credentials.
Selected teams receive an approved workspace, scoped credentials, and an onboarding contact before they run the product path.
After approval, install the CLI and SDK in the customer repo. The command creates local config only; it does not print or store provider secrets.
Declare allowed, review-required, and blocked actions in Profile or from terminal flags, then publish the active constitution.
Execute one allowed action and one blocked-before-body action from the customer repo or API path.
Export JSON/Markdown/PDF, verify the JSON packet locally or in the browser, then create an auditor-redacted share when ready.
| Step | Command |
|---|---|
| Approved package install | npm install @imladri/cli @imladri/sdk |
| Invited workspace setup | npx imladri onboard --worker-url https://<approved-worker> --email <approved-email> --password <issued-password> --scan-path . --proof-format json --proof-output imladri-proof.json |
| Manual proof run | npx imladri proof run --allowed-action ticket.summarize --blocked-action credential.export --stack "OpenClaw" |
| JSON export | npx imladri proof export --format json --redaction auditor --output imladri-proof.json |
| Local verify | npx imladri proof verify --input imladri-proof.json |
| Browser verify | https://imladri.com/verify-proof |
| Surface | Responsibility |
|---|---|
| Terminal/API | Wraps the action where it actually runs, uploads runtime evidence, scans the repo, certifies adapters, and exports proof artifacts. |
| Profile | Shows the active agent, policy, SDK key state, monitored decisions, proof readiness, public shares, DB sandbox state, and provider training status. |
| Admin | Reads back customer, workspace, agent, route, activity, key, and proof state without exposing raw SDK keys. |