Required for workspace file browsing, skills management, and config editing. Without these
variables, the workspace browser and skills features will be unavailable.
Variable
Default
Description
OPENCLAW_WORKSPACE_URL
—
URL of the OpenClaw workspace service (e.g. http://localhost:8080)
OPENCLAW_WORKSPACE_TOKEN
—
Bearer token for workspace service authentication. Obtain from OpenClaw admin panel.
Required for agent monitoring, live session data, and runtime control. Without these variables, the
org chart and agent monitoring features will be unavailable.
Variable
Default
Description
OPENCLAW_GATEWAY_URL
—
URL of the OpenClaw gateway (e.g. http://localhost:18789)
Required for full session access with operator.read/operator.write scopes. These values are
generated by the OpenClaw device pairing flow. Without these, session details in the Agent Monitor
will be limited.
Variable
Description
OPENCLAW_DEVICE_ID
Device identifier from the pairing flow
OPENCLAW_DEVICE_PUBLIC_KEY
Ed25519 public key (base64url encoded). Generated during OpenClaw device pairing process.