Validate OpenClaw gateway configuration changes before applying them to production. Use when the user wants to change models, API keys, providers, or any gat...
Safely validate gateway config changes before they break production.
Primary approach:
Fallback approach (when isolated gateway can't start):
I'll automatically use this when you request gateway changes:
You: "Set API key to fake-key"
Me: "🧪 Testing changes...
❌ API key is invalid
Config unchanged."
You: "Use model gpt-99"
Me: "🧪 Testing changes...
❌ Model not found
Config unchanged."
You: "Change temperature to 0.5"
Me: "🧪 Testing changes...
✅ Test passed
✅ Config updated"
Level 1: Config Syntax
Level 2: Provider Test (direct API calls)
Level 3: Full Gateway Test (when possible)
ZIP package — ready to use