-
-
Notifications
You must be signed in to change notification settings - Fork 163
2.1.13 Frontend Browser Use
av edited this page Sep 27, 2025
·
1 revision
Browser Use Web UI is a web interface for the Browser Use library that makes websites accessible for AI agents. It provides a user-friendly interface to control and interact with AI agents that can navigate and interact with web pages.
-
HARBOR_BROWSERUSE_HOST_PORT- Port to expose the web interface on (default: 34501) -
HARBOR_BROWSERUSE_IMAGE- Docker image to use (default: browseruse/web-ui) -
HARBOR_BROWSERUSE_VERSION- Image version to use (default: latest) -
HARBOR_BROWSERUSE_OPEN_URL- URL to open when usingharbor open browseruse -
HARBOR_BROWSERUSE_API_KEY- Optional API key for authentication -
HARBOR_BROWSERUSE_ANTHROPIC_API_KEY- Anthropic API key for Claude integration
-
./browseruse/data- Persistent data storage for sessions and configurations -
./browseruse/logs- Application logs
harbor up browseruseharbor open browseruse
harbor url browseruseThe web interface will be available at http://localhost:34501 by default.
The service can be configured through environment variables in the ./browseruse/override.env file or by setting the corresponding HARBOR_BROWSERUSE_* variables in your profile.
Browser Use can integrate with various AI backends available in Harbor:
- Claude (Anthropic) - Configure with
HARBOR_BROWSERUSE_ANTHROPIC_API_KEY - OpenAI-compatible APIs - Can be configured to work with local LLM backends
- Other AI providers supported by the Browser Use library
-
Check if the port is available:
harbor logs browseruse
-
Verify environment variables are properly set:
harbor env browseruse
-
Ensure the service is running:
harbor ps
-
Check if the port is correctly mapped:
harbor url browseruse
- Verify API keys are properly configured
- Check that the target AI backend is accessible
- Review logs for authentication or connection errors