Process marker
Subprocesses inherit this marker. SDK embedding does not set it automatically.
Runtime switches
Telemetry
Disable telemetry in the globalconfig.toml:
Injecting models with environment variables
Use this for temporary endpoints in CI or containers. When an injected model matches the built-in catalog by wire model ID, it inherits capability flags such as adaptive thinking.
See Platforms and models for persistent configuration.
Provider credentials
Each provider uses its own variables, such asANTHROPIC_API_KEY and OPENAI_API_KEY. See API key providers.
YOUR_STEP_API_KEY with your key. Credential priority is CLI --api-key > auth.json > environment variables. Never commit real keys.
The steppage hosting plugin uses STEPFUN_API_KEY; preserve the variable name required by that tool.
Proxies
UseHTTP_PROXY / HTTPS_PROXY for outbound proxies, or global httpProxy in config.toml. NO_PROXY matches hostnames or suffixes that bypass the proxy.
Next steps
- Platforms and models: provider credentials.
- Data paths: local directory layout.
- Configuration files: related settings.

