Getting Started

Configure Tycode in 3 steps

1 Setup your provider

Get an API key from openrouter.ai, then run:

/provider add default openrouter <api-key>

Requires AWS CLI configured with Bedrock access:

/provider add default bedrock <profile-name>

Uses your Claude subscription via the claude CLI:

/provider add default claude_code
2 Choose your cost tier
high High quality (currently Claude Sonnet 4)
medium Balanced (currently Claude Haiku 4)
low Budget-friendly (currently Minimax M2)
/cost set unlimited
3 Set security mode
readonly Read files only, no modifications
auto Read and write files, but no command execution
/security set all
Settings saved to ~/.tycode/settings.toml