UnaCODE Configuration Guide
Detailed guide for configuring UnaCODE CLI and server components.
Configuration Files
UnaCODE uses the following configuration files:
~/.unacode/config.json- Main configuration~/.unacode/secrets.env- API keys and secrets./unacode.json- Project-specific settings
Core Settings
API Configuration
Authentication
# Set authentication token
unacode config set auth.token YOUR_TOKEN
# Configure API keys for different providers
unacode config set providers.openai.api_key YOUR_OPENAI_KEY
unacode config set providers.anthropic.api_key YOUR_ANTHROPIC_KEY