Theriveo Docs
Everything you need to set up and use the Theriveo desktop AI assistant.
Getting Started
Download and install the Theriveo desktop app for your operating system. On first launch you will be prompted to sign in with your web account.
Use your organization-provisioned account. The desktop app uses the same Clerk authentication as the web portal — your credits and access policies sync automatically.
Credits are configured by administrators. Local models (Ollama, Piper TTS) are always free and do not use any credits.
Credits & Billing
Credits are the currency for cloud AI features. Each cloud model request deducts a small number of credits based on the model and operation type. Check the pricing page for exact rates.
Navigate to Dashboard → Buy Credits. Payments are one-time (not subscriptions) and are processed by Stripe. Credits never expire.
All credit additions and deductions are logged under Dashboard → Credit History with timestamps and descriptions.
API Keys
Go to Dashboard → API Keys → New API Key. Copy the key immediately — it is shown only once. The key is stored as a SHA-256 hash on our servers.
Pass your key as a Bearer token in the Authorization header: `Authorization: Bearer sk-...`
You can revoke any key from the API Keys page. Revoked keys are immediately rejected on all subsequent requests.
Local Models
Install Ollama on your machine and pull any compatible model. The desktop app connects to Ollama at localhost:11434 by default. No credits required for local inference.
Piper is a fast, local text-to-speech engine. Install it and the desktop app will detect it automatically. Local TTS is always free.