Skip to content

Droid CLI Configuration

Use ANC Relay with Factory Droid command-line tool.

[!WARN]

Currently has some issues, temporarily not supported. Please use Claude Code instead.

Configuration File Location

txt
~/.factory/config.json
txt
%USERPROFILE%\.factory\config.json

Configuration 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 use
powershell
# 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