Configuration from the environment, using the same variables as the CLI so one .env serves both.
.env
Credentials are never taken as tool arguments. A tool argument travels through the agent's context and its transcript; an environment variable does not.
Optional
Which required variables are absent, if any.
Configuration from the environment, using the same variables as the CLI so one
.envserves both.Credentials are never taken as tool arguments. A tool argument travels through the agent's context and its transcript; an environment variable does not.