#Permissions question

1 messages · Page 1 of 1 (latest)

ember sinew
#

I have set up a managed browser for my local agent to be able to browse the internet, but the agent doesn't yet have access. To give it access, it says I need to enable the browser tool - I'm currently on the "messaging" tools profile and want to add browser access only, without switching to "full" and potentially opening up additional permissions I don't want or need. Is there a way to add JUST the browser tool — e.g. via an additional array or similar config option? Running OpenClaw 2026.3.2 on Windows 10, installed via npm, Node v24.14.0.

lunar sandBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

ember sinew
#

@flat tendon

flat tendonBOT
#

Yes — you can keep the messaging profile and add only browser access.

Use tools.alsoAllow (additive), like this in ~/.openclaw/openclaw.json:

{
tools: {
profile: "messaging",
alsoAllow: ["browser"]
}
}

Optional checks: