Team Config for shared configuration
Team Config groups the files teams use to standardize Codex across repositories and machines. Use it to share:
config.tomldefaultsrules/for command controls outside the sandboxskills/for reusable workflows
Codex loads these layers from .codex/ folders in the current working directory, parent folders, and the repo root, plus user (~/.codex/) and system (/etc/codex/) locations. Higher-precedence locations override lower-precedence ones.
Admins can still enforce constraints with requirements.toml, which overrides defaults regardless of location.
Learn more in Team Config.