Documentation Index
Fetch the complete documentation index at: https://mulerouter.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
config is a diagnostic command. It prints the configuration the CLI has
resolved from the environment, the .env file, and any defaults. It never
makes a network call and never reveals your full API key.
Synopsis
Output
When configuration is found:.env file, and CLI overrides.
The API key is masked as <first 4>..<last 2>.
When to use it
- Sanity-check a fresh install.
- Confirm whether
.envis being loaded from the directory you’re in (cdsomewhere else and the answer may change). - Debug “wrong host” issues — the printed
Base URLis exactly what the CLI will call.
See also
- Configuration — the full resolution order

