Paste the block below into Claude Code, Cursor’s terminal agent, or any coding agent with shell access. The agent installsDocumentation Index
Fetch the complete documentation index at: https://api-docs.tiro.ooo/llms.txt
Use this file to discover all available pages before exploring further.
@theplato/tiro-cli from npm, runs OAuth in your browser, and verifies the session.
Requirements · Node.js 20+ · macOS, Linux, or Windows · a shell the agent can run commands in
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). - Call
tiro auth statusandtiro notes list --limit 3 --jsonto prove the connection.
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