DocsCliAuth

quell auth

Manage LLM API keys for Quell's fallback engine. The rule engine handles ~75% of cases with no key. Keys are only needed for complex cases.

Subcommands

quell auth login          # Interactive login to quelltest.dev
quell auth logout         # Remove stored credentials
quell auth status         # Show current auth state
quell auth set KEY=value  # Set a specific key or config value

quell auth login

Opens your browser to authenticate with quelltest.dev. Required for API usage tracking and the web dashboard.

quell auth login
# Opens https://quelltest.dev/auth/login
# Waiting for authentication...
# ✓ Authenticated as you@example.com

quell auth set

Set an LLM provider API key:

quell auth set GROQ_API_KEY=gsk_...
quell auth set OPENAI_API_KEY=sk-...

Keys are stored in ~/.config/quell/credentials (Linux/macOS) or %APPDATA%\quell\credentials (Windows).

quell auth status

quell auth status
# Logged in: you@example.com (Pro plan)
# GROQ_API_KEY: set (gsk_...abc)
# LLM provider: groq (default)

quell auth logout

quell auth logout
# ✓ Credentials removed