Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

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