Skip to main content

CLI Usage & Commands

The PutmeIn engine is managed through the global ray command line interface.

Command Reference

CommandDescription
ray or ray startStarts Ray and Brain in background mode via PM2 and displays active dashboard URLs.
ray stopGracefully terminates background services.
ray restartReboots all services with a refreshed state.
ray statusDisplays process health, PIDs, memory usage, and port allocations.
ray logsStreams live unified output logs from both Ray and Brain.
ray starterConfigures systemd / launchd automatic startup on system boot (pm2 startup & pm2 save).
ray --no-startupRemoves startup hooks and disables auto-boot daemonization.
ray cohenLaunches the interactive Cohen terminal TUI client.
ray --helpShows the full command manual.
ray --versionOutputs current installed version.

Process Lifecycle Management

Starting Services

ray start

Starts background daemon workers and outputs network access URLs:

✔ PutmeIn daemon active
➜ Local Dashboard: http://localhost:4567
➜ Network Dashboard: http://192.168.1.100:4567
➜ Brain Engine API: http://localhost:4500

Checking Status

ray status

Inspecting Logs

To stream live console logs in real time:

ray logs