# Interactive wizard — prompts for name and API keyccs api create --preset anthropicccs api create --preset alibaba-coding-planccs api create --preset ollamaccs api create --preset llamacppccs api create --preset novitaccs api create --preset openrouter
# List all API profilesccs api list# Copy a profile with new nameccs api copy glm glm-backup# Export (without secrets by default)ccs api export glm --out glm-export.jsonccs api export glm --out glm-export.json --include-secrets# Import from fileccs api import glm-export.jsonccs api import glm-export.json --name glm-restored# Find unregistered settings filesccs api discoverccs api discover --register# Remove profileccs api remove myprofile
# Enable 1M context for this sessionccs albb --1m "analyze entire codebase"ccs km --1m "read all these files"# Disable if auto-enabledccs albb --no-1m "quick task"
Profiles with 1M support: alibaba-coding-plan, km, kimi, minimax.
Combine Claude subscriptions with API profiles for cost-optimized workflows:
# Terminal 1: Strategic design with Claude (subscription)ccs "design the authentication architecture"# Terminal 2: Bulk implementation with GLM (API key, low cost)ccs glm "implement all the services per the design"# Terminal 3: Review with Codex (OAuth, no API key)ccs codex "security review of the implementation"