Storage
API keys can be stored in:THEO_API_KEYenvironment variable (preferred)~/.theo/credentialsfile (persistent)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Welcome to Theo Docs — the AI orchestration API.
Authenticate with the Theo API.
theo login
THEO_API_KEY environment variable (preferred)~/.theo/credentials file (persistent)# Option 1: Environment variable
export THEO_API_KEY=theo_sk_...
# Option 2: Credentials file
mkdir -p ~/.theo
echo '{"apiKey":"theo_sk_..."}' > ~/.theo/credentials
chmod 600 ~/.theo/credentials
Was this page helpful?
