The platform for AI agents

The easiest way to deploy browser-use in the cloud. Create always-on agents via API, or self-host with our open-source codebase.

Read the docs
REST

Simple API

Flexible

Self-host or cloud

24/7

Always-on agents

Get started in seconds

Deploy browser-use agents with a few lines of code.

create_agent.py
import requests

# Create an always-on agent
response = requests.post(
    "https://api.gobii.ai/v1/persistent-agents/",
    headers={"Authorization": f"Bearer {API_KEY}"},
    json={
        "name": "Data Collector",
        "system_prompt": "You are a web research agent...",
        "schedule": "every day at 9am"
    }
)

agent = response.json()
print(f"Agent created: {agent['id']}")

Everything you need to build

A complete platform with production-grade infrastructure, so you can focus on your product.

Fully Headed

Cloud Browsers

Real Chrome browsers running in the cloud with full rendering, JavaScript execution, and visual output. Headed or headless modes available.

Screenshots DOM Access File Downloads Session Persistence

Proxy & Anti-Bot

Managed rotating proxies with health monitoring. Bypass bot detection automatically.

Auto-rotation Health Checks

MCP Servers

Connect agents to external tools via Model Context Protocol. Platform, org, or user-scoped.

Extensible Multi-scope
Per-Agent

Embedded SQLite Database

Each agent gets its own SQLite database for structured data storage. Persisted automatically to cloud storage with compression. Query with full SQL.

Full SQL Auto-persist Compressed Storage Cross-session

Webhooks

Get notified when tasks complete. Push results directly to your endpoints.

Real-time Retries

Persistent Sessions

Agents maintain state across runs. Cookies, auth tokens, and context preserved.

Cookies Auth State

Agent Filespace

Persistent file storage for each agent. Upload, download, and share files across sessions.

Cloud Storage Shareable

browser-use

Open Source

The open-source standard for AI browser automation. Gobii is browser-use ready for production — deploy, scale, and manage agents without building infrastructure.

LLM-powered Production-ready

What developers build

From data pipelines to customer automation.

Data Collection Pipelines

Schedule agents to collect data from websites, APIs, and documents. Output to your database or warehouse with structured schemas.

Customer Communication

Build agents that respond to customer inquiries via email, SMS, or chat. Integrate with your existing support stack.

Workflow Automation

Automate repetitive browser tasks: form submissions, data entry, report generation, and multi-step web workflows.

Monitoring & Alerts

Deploy agents that monitor websites, track changes, and send alerts when specific conditions are met.

Questions

What is browser-use?

browser-use is the open-source library for AI-powered browser automation. Gobii is browser-use ready for production — with cloud infrastructure, persistent agents, managed proxies, and everything else you need to deploy at scale.

What can I build with the Gobii API?

Anything that requires AI agents to browse the web, collect data, or automate workflows. Common use cases include data pipelines, lead generation, content monitoring, customer support automation, and any multi-step web task you'd otherwise do manually.

How do I get started?

Sign up for a free account, generate an API key in the console, and start making requests. Check out our developer documentation for quickstart guides and API reference.

Can I self-host Gobii?

Yes. Gobii is open source and available on GitHub. You can deploy it on your own infrastructure for full control over data and compliance requirements.

What's the difference between cloud and self-hosted?

Cloud API is the fastest way to get started. We handle infrastructure, scaling, and browser sessions. Self-hosted gives you full control over data residency, compliance, and customization, but requires managing your own infrastructure.

Start building today

Ready to deploy browser-use?

Get your API key and start running browser-use agents in minutes.

Read the docs
Open source
Free tier available
No credit card required