Copy this prompt
The Tiro CLI install prompt
What your agent will do
- Detect your package manager (npm / pnpm / yarn / bun) and install
@theplato/tiro-cliglobally. - Verify the binary is on
PATHby runningtiro --version. - Run
tiro auth login— your browser opens for OAuth. The bearer token is stored in the OS-native keychain (Keychain / Secret Service / Credential Manager). - Confirm the connection with
tiro auth statusandtiro notes list --limit 3 --json.
TIRO_TOKEN instead — see Headless, CI, and agent environments for how to mint one.
Privacy & token handling
- OAuth tokens are stored in the OS-native credential store. The full bearer never appears on stdout — only a prefix like
tk__...***. TIRO_TOKEN, if set, overrides the keychain — useful for CI secrets, dangerous if it leaks into shell history.- Rotate by running
tiro auth logout && tiro auth loginon a trusted machine, then update the secret store.
Prefer to install it yourself? → Manual install & auth · Quickstart scenarios · Agent guide