Pangram CLI
Tutorials

Your first TUI analysis

Authenticate, open the terminal UI, and inspect one synthetic result.

1. Store the API key

printf '%s\n' "$PANGRAM_API_KEY" | pangram auth set --api-key-stdin

2. Open the TUI

pangram

Choose whether the TUI may check for CLI updates. Enter synthetic text, then submit it. The request is billable. The TUI shows the overall label and the ordered segment evidence returned by Pangram. Local history stays off unless you enable it.

On this page