SYNTI_; it also honors the standard provider keys.
Provider credentials
See API Providers for how these map to connections.
Configuration and paths
Server mode
Used when running Synti as a headless server or connecting a client to one.
See Headless Server and the CLI reference for usage.
Precedence
When the same setting can come from more than one place, Synti resolves it in a fixed order.Provider credential lookup
Provider credential lookup
SYNTI_ANTHROPIC_API_KEY(or the Synti-scoped key for the active provider)- The standard provider key, e.g.
ANTHROPIC_API_KEY/OPENAI_API_KEY LLM_API_KEY- Encrypted credential store
- Interactive prompt in the app
Base URL
Base URL
LLM_BASE_URL- The connection’s configured base URL
- The provider’s default endpoint
Config directory
Config directory
SYNTI_CONFIG_DIR~/.synti(default)
Environment values override what’s stored on disk. That’s intentional — it lets a container or CI job inject a key without writing it into
~/.synti.Related
Credentials
The encrypted store env vars can override.
Headless Server
Where the server-mode variables apply.
Network Proxy
Proxy and CA variables for restricted networks.
Config File
Settings that persist between launches.