Skip to main content
Provider id: openclaw · CtrlNode agent type: OpenClaw OpenClaw is an open-source agent executor with its own session runtime. The Bridge forwards task intents to the OpenClaw HTTP gateway and streams session output back to CtrlNode.

When to use it

  • You already run OpenClaw on the Bridge machine
  • You want OpenClaw’s native multi-agent and tool orchestration
  • Other steps in the same workflow may use different providers (Claude, Codex, etc.)

Prerequisites

  1. Install and start OpenClaw (see OpenClaw docs)
  2. Ensure the gateway is reachable (default http://localhost:18789)
  3. Configure agents in openclaw.json

Environment variables

Example .env:

Agent configuration

Agents are defined in openclaw.json at the workspace root:
Register matching agents in CtrlNode Team with agent type OpenClaw. The Bridge discovers local agents from this file and merges registrations from CtrlNode sync.

Run the Bridge

All built-in providers load automatically; routing uses sync_openclaw_agents from CtrlNode when agents are registered. Set API keys and paths in ~/.ctrlnode/.env — see Configuration.

Troubleshooting

← All providers