Welcome to Theo Docs — the AI orchestration API.
Authenticate with the Theo API.
theo login
THEO_API_KEY
~/.theo/credentials
# 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?