Independent OpenClaw reporting, releases, guides, and community coverage
Releases

OpenClaw Adds ClawRouter Managed Proxy

OpenClaw now includes a ClawRouter managed proxy provider, giving operators credential-scoped model catalogs without replacing native routes.

Filed under Releases 3 min read Updated Jun 17, 2026
OpenClaw Adds ClawRouter Managed Proxy

OpenClaw merged a new provider integration overnight that gives operators a first-class path to route model traffic through ClawRouter. The change landed in PR #93832, titled "feat(providers): add ClawRouter managed proxy."

The important part is not simply that OpenClaw can talk to another proxy. The PR describes a bundled clawrouter provider backed by ClawRouter's credential-scoped live catalog. That means model discovery and request dispatch can be mediated by one managed proxy credential while OpenClaw preserves native OpenAI, Anthropic, and Gemini request semantics.

For teams running OpenClaw across multiple models, accounts, or environments, this is a meaningful addition to the provider layer.

What Changed

The merged PR adds a bundled provider namespace instead of silently replacing existing provider names. Operators explicitly select models such as clawrouter/<provider>/<model>, while existing openai/*, anthropic/*, Gemini, and other native routes remain separate.

The PR summary calls out four core behaviors:

  • A bundled clawrouter provider backed by ClawRouter's live catalog
  • Native OpenAI, Anthropic, and Gemini request semantics preserved through the proxy
  • Managed SecretRef resolution during discovery and request dispatch
  • Stable public catalog model IDs, with upstream routing applied at the request boundary

That last point matters for reliability. Stable catalog IDs help users and automations reason about model choices, while request-boundary rewriting keeps the proxy mechanics out of normal model selection.

Why Credential Scope Matters

Provider integrations are not just convenience plumbing anymore. They sit directly on the line between agent runtime, model choice, billing, secrets, and auditability.

The ClawRouter PR explicitly says user-visible behavior, config, environment behavior, security, auth, secrets, network, and tool execution behavior all change. It adds CLAWROUTER_API_KEY and routes model discovery plus dispatch through a managed credential.

That is why the implementation focuses on credential boundaries. The PR notes that it resolves managed secret refs without process-global credential state, keeps public model IDs stable, and applies routing only when a request crosses the boundary into the provider transport.

In practical terms, this is the kind of feature that can make shared OpenClaw environments easier to govern. A team can centralize upstream provider access through ClawRouter while still making OpenClaw users choose the proxy namespace deliberately.

Tested Against Production ClawRouter

The PR includes real behavior proof. The author says the matching ClawRouter catalog and auth contract was deployed to production at https://clawrouter.openclaw.ai, then validated with authenticated deployed smoke tests and a live OpenAI provider smoke.

OpenClaw-side validation included focused provider and runtime tests covering credential-scoped catalog discovery, native route selection, managed secret refs, stable model IDs, request-boundary rewriting, native replay policy, direct stream wrappers, /btw, and runtime auth composition.

The PR was large for a provider change: 22 files changed, with more than 1,200 additions. That size reflects how provider routing touches catalog discovery, auth composition, streaming, direct request paths, and side-question behavior.

Operator Takeaway

ClawRouter support is a feature preview worth watching closely. It gives OpenClaw a cleaner path for managed model access without collapsing every provider into one invisible proxy.

The conservative part is also the right part: this does not silently take over native provider routes. Operators choose the clawrouter/ namespace when they want proxy-managed routing.

Expect the next release notes to make this more visible. For now, PR #93832 is the source of truth: OpenClaw's provider layer is moving toward more explicit, credential-scoped routing for teams that need central control over model access.

Sources: OpenClaw PR #93832, OpenClaw repository, and ClawRouter linked context.

Daily Briefing

Get the Open-Source Briefing

The stories that matter, delivered to your inbox every morning. Free, no spam, unsubscribe anytime.

Join 45,000+ developers. No spam. Unsubscribe anytime.