Skip to main content
Autter stores machine-level configuration in ~/.autter/config.json. Use autter config instead of editing the file directly.

Manage configuration

Storage and privacy options

prompt_storage: notes places prompt content in Git notes. Anyone with access to those notes can read it. Prefer local or your organization’s prompt store for sensitive repositories.

Repository patterns

Repository filters accept remote URL patterns or local paths. Exclusion wins when a repository matches both lists.

Updates

Set update_channel to latest for stable releases or next for prereleases.

Identity override

Autter normally uses your Git identity. Set an explicit identity when your environment does not provide one:

Environment overrides

Use environment variables for CI or self-hosted deployments: Do not commit AUTTER_API_KEY or access tokens. Store them in your CI secret manager.