Skip to main content
Authenticate using a Bearer Token:
from terminaluse import TerminalUse

# Explicit token
client = TerminalUse(token="tu_your_token_here")

# Or via environment variable TERMINALUSE_API_KEY
client = TerminalUse()

Getting Tokens

  1. Run tu login to authenticate via browser
  2. Or get a token from the dashboard