Droid CLI Configuration
Use ANC Relay with Factory Droid command-line tool.
[!WARN]
Currently has some issues, temporarily not supported. Please use
Claude Codeinstead.
Configuration File Location
txt
~/.factory/config.jsontxt
%USERPROFILE%\.factory\config.jsonConfiguration Generator
Enter your API Key to automatically generate the configuration file content, ready to copy and use.
Usage
bash
# 1. Create configuration directory
mkdir -p ~/.factory
# 2. Create configuration file
vim ~/.factory/config.json
# 3. Paste the configuration above, replace sk-xxx with your API Key
# 4. Save the file and you're ready to usepowershell
# 1. Create configuration directory
mkdir $env:USERPROFILE\.factory -Force
# 2. Create configuration file
notepad $env:USERPROFILE\.factory\config.json
# 3. Paste the configuration above, replace sk-xxx with your API Key
# 4. Save the file and you're ready to use