ReasonTrail for Teams is now available

Connect AI tools

CLI and Runtime

Install the public CLI, inspect its bundled Runtime, and use explicit environment profiles.

Install from npm

The public registry currently serves CLI 0.1.2 with Runtime 0.3.3 and protocol 3:

Copy command
npm install -g @reasontrail/cli@latest
Copy command
reasontrail --version

Use the explicit production profile when connecting to the hosted Brain:

Copy command
reasontrail status --profile production --confirm-production

Verified public release

The reviewed release is now public: CLI 0.1.2 with Runtime 0.3.3, protocol 3. npm latest and a clean registry install have been verified.

Profiles and safety

  • Development and production profiles are explicit; the CLI never guesses an environment.
  • Preview capture before applying a sync, and keep only the sessions or records you intend to share.
  • Runtime credentials stay outside the worker environment and are never included in project context.