Installation and Set-up
Prerequisites
- Docker Desktop (or Docker Engine) with at least 12 GB RAM allocated.
- Git.
- An API key for the LLM provider you plan to use.
Clone and run
http://localhost:8000.
First-run wizard
Complete the setup flow in the browser:- Create the first admin account.
- Pick an LLM provider and model, then add the API key.
- Sign in and create your first agent.
Optional services
Gobii ships additional Compose profiles for self-hosted deployments:beat: scheduled jobs and background dispatchers.email: IMAP IDLE watchers for low-latency email triggers.obs: Flower (Celery observability UI).
advanced-usage/custom-email-settings.
Integrations
Bright Data
Bright Data is preconfigured as a platform MCP server in self-hosted deployments. You only need to supply the token:- Set
BRIGHT_DATA_TOKENin your deployment environment.- For Docker Compose, place it in a
.envfile and pass it into thewebandworkerservices (or use anenv_file). - Optional: set
BRIGHT_DATA_WEB_UNLOCKER_ZONEif you use Bright Data Web Unlocker.
- For Docker Compose, place it in a
- Restart the stack so the containers pick up the variable.
- In the Console, open MCP Servers and enable Bright Data tools for the agents that should use them.
advanced-usage/mcp-servers for more on MCP server management.
