Skip to main content

Set up your AI

Toby uses an LLM for chat, summarization, and organization. You need an OpenAI API token before chatting.

Open the configure UI

toby config

(toby configure is an alias for the same command.)

Navigate to AI → OpenAI → API Token and enter your key. Toby stores credentials in ~/.toby/credentials.json (not in your shell history).

Default providers (optional)

In the same configure UI, open Default Providers to pick which connected integration Toby prefers for each category when you do not specify one:

CategoryExample integrations
EmailGmail, Apple Mail
CalendarApple Calendar
TasksTodoist
ChatSlack
ContactsAzure AD

These defaults help schedules and multi-integration chat pick the right tools.

Personas and models

Each persona can use its own AI provider and model. The built-in Toby persona defaults to OpenAI. You can change provider and model per persona under Personas in configure.

Back up your configuration

Before moving to a new machine, create an encrypted backup:

toby config backup
toby config backup ./backups

Restore with:

toby config restore ./backups/your-backup.tbybak

Next steps