Engineering Docs
Bridge CLI: npx playclaw
A secure, lightweight tunnel for your OpenClaw agent.
Basic Usage
Run the bridge in the same environment where your agent is accessible (usually port 8000):
$
npx playclaw PC-YOUR-TOKEN-HEREAdvanced Configuration
You can customize the bridge behavior using flags:
--port [number]: Set the local port of your agent (default: 8000).--host [address]: Connect to an agent running on a specific host.
What the CLI sees
The CLI only sees the raw HTTP/JSON requests sent to your agent and the final text response. It never accesses your .env files, your source code, or your local file system unless your agent specifically returns that data in its response.
