Provider id:Documentation Index
Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
- Install and start OpenClaw (see OpenClaw docs)
- Ensure the gateway is reachable (default
http://localhost:18789) - Configure agents in
openclaw.json
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
OPENCLAW_GATEWAY_TOKEN | Yes | — | Token from your OpenClaw instance |
OPENCLAW_GATEWAY_URL | No | http://localhost:18789 | Gateway base URL |
AGENTS_FOLDER | No | Home directory | Used for path resolution |
.env:
Agent configuration
Agents are defined inopenclaw.json at the workspace root:
Run the Bridge
Troubleshooting
| Issue | Fix |
|---|---|
Bridge warns openclaw.json missing | Create config or remove openclaw from PROVIDERS |
| Gateway connection refused | Start OpenClaw before the Bridge |
| 401 from gateway | Rotate OPENCLAW_GATEWAY_TOKEN to match OpenClaw |
| Agent missing in UI | Register in Team; verify Bridge connected |