Configuration
Linc uses case.dev as its model provider. Authenticate once with:
linc login
You can also provide an API key through the environment:
export CASEDEV_API_KEY=sk_case_...
Config Directory
By default, Linc stores user-level files under:
~/.linc/agent
Override that location with:
export LINC_CODING_AGENT_DIR=/path/to/agent-config
Common Files
auth.jsonstores authentication statesettings.jsonstores user settingsmodels.jsonstores model preferences and scopesthemes/stores custom themessessions/stores local session history
Project-level settings can live in .linc/settings.json.