Documentation

Theriveo Docs

Everything you need to set up and use the Theriveo desktop AI assistant.

Getting Started

Download the Desktop App

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.

Sign In

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

Credits are configured by administrators. Local models (Ollama, Piper TTS) are always free and do not use any credits.

Credits & Billing

What are credits?

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.

Buying credits

Navigate to Dashboard → Buy Credits. Payments are one-time (not subscriptions) and are processed by Stripe. Credits never expire.

Credit history

All credit additions and deductions are logged under Dashboard → Credit History with timestamps and descriptions.

API Keys

Creating an API Key

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.

Using API Keys

Pass your key as a Bearer token in the Authorization header: `Authorization: Bearer sk-...`

Revoking Keys

You can revoke any key from the API Keys page. Revoked keys are immediately rejected on all subsequent requests.

Local Models

Ollama

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 TTS

Piper is a fast, local text-to-speech engine. Install it and the desktop app will detect it automatically. Local TTS is always free.