The easiest way to deploy browser-use in the cloud. Create always-on agents via API, or self-host with our open-source codebase.
Simple API
Self-host or cloud
Always-on agents
Deploy browser-use agents with a few lines of code.
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']}")
A complete platform with production-grade infrastructure, so you can focus on your product.
Real Chrome browsers running in the cloud with full rendering, JavaScript execution, and visual output. Headed or headless modes available.
Managed rotating proxies with health monitoring. Bypass bot detection automatically.
Connect agents to external tools via Model Context Protocol. Platform, org, or user-scoped.
Each agent gets its own SQLite database for structured data storage. Persisted automatically to cloud storage with compression. Query with full SQL.
Get notified when tasks complete. Push results directly to your endpoints.
Agents maintain state across runs. Cookies, auth tokens, and context preserved.
Persistent file storage for each agent. Upload, download, and share files across sessions.
The open-source standard for AI browser automation. Gobii is browser-use ready for production — deploy, scale, and manage agents without building infrastructure.
From data pipelines to customer automation.
Schedule agents to collect data from websites, APIs, and documents. Output to your database or warehouse with structured schemas.
Build agents that respond to customer inquiries via email, SMS, or chat. Integrate with your existing support stack.
Automate repetitive browser tasks: form submissions, data entry, report generation, and multi-step web workflows.
Deploy agents that monitor websites, track changes, and send alerts when specific conditions are met.
Everything you need to get started.
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.
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.
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.
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.
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.
Get your API key and start running browser-use agents in minutes.