Firecrawl web_fetch Migration

Move Firecrawl fetch settings to plugin-owned config paths

Page scope (Firecrawl migration niche): This page covers only Firecrawl web_fetch migration details. For general upgrade flow use Upgrading / Migrating. For release history use Releases.

What changed in v2026.4.2

Legacy keys under tools.web.fetch.firecrawl.* moved to plugins.entries.firecrawl.config.webFetch.*. The fetch fallback path was also routed through a provider boundary, so legacy-only configuration may no longer behave as expected.

Migration steps

  1. Run openclaw doctor --fix.
  2. Verify old tools.web.fetch.firecrawl.* keys are removed.
  3. Confirm new keys under plugins.entries.firecrawl.config.webFetch.*.
  4. Restart gateway and test a web_fetch action.

Quick verification

Commands
openclaw doctor --fix
openclaw doctor
openclaw gateway restart

If fetch tools still fail, check Troubleshooting and latest breaking changes.