If you mean the Gateway token, run:
openclaw config get gateway.auth.token
If that returns nothing, generate one with:
openclaw doctor --generate-gateway-token
Then paste it into the dashboard at Overview -> Gateway Access.
A couple gotchas:
- Some setups use
OPENCLAW_GATEWAY_TOKENfrom the environment instead. - Some setups use a password instead of a token.