Documentation Index
Fetch the complete documentation index at: https://docs.ntrp.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Python 3.13+ with uv
- Bun runtime
- An LLM provider: Anthropic, OpenAI, Google, or OpenAI account sign-in — can be configured during setup
Install
- From package registries
- From source
Set up
You can export a provider API key now, or configure a provider interactively in the TUI after connecting. OpenAI can be used either with an API key or with browser sign-in through the OpenAI Codex provider.
# Pick one (or skip and configure in the TUI):
export ANTHROPIC_API_KEY=sk-ant-...
export OPENAI_API_KEY=sk-...
export GEMINI_API_KEY=...
If you want to use an OpenAI subscription/account instead of an API key, skip the key export and choose OpenAI Codex in provider onboarding. ntrp opens a browser sign-in and stores refreshable OAuth tokens in
~/.ntrp/openai-codex-auth.json.What’s next?
TUI Guide
Keyboard shortcuts and slash commands.
Configuration
Customize models, enable integrations, and tune settings.
Memory
Understand how ntrp remembers things.
Connect Gmail
Let ntrp read and send emails.