#agents.defaults.embeddedPi.executionContract = "strict-agentic"
6 messages · Page 1 of 1 (latest)
Yep, that’s the right path for the global default.
openclaw --version
openclaw config set agents.defaults.embeddedPi.executionContract "strict-agentic"
openclaw config get agents.defaults.embeddedPi.executionContract
If you want to force it to apply immediately, restart after:
openclaw gateway restart
Notes:
- This mode is for OpenAI / OpenAI Codex GPT-5-family runs.
- If that key is rejected, you’re probably on an older version. This landed in 2026.4.10+.
Docs:
- https://docs.openclaw.ai/providers/openai
- https://docs.openclaw.ai/help/faq
- https://docs.openclaw.ai/gateway/configuration
If you want, I can also give you the per-agent version instead of the global default.