mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
- Added new section for "Multiple Browser Instances" with example code for running agents in parallel using separate browser instances. - Updated "Keep Open" documentation to reflect changes in task execution, simplifying the agent run process. - Revised "Real Browser" documentation to clarify connection methods and updated example code for better usability. - Removed outdated content from "Remote Browsers" section to streamline information and improve clarity.
186 lines
4.7 KiB
JSON
186 lines
4.7 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "aspen",
|
|
"name": "Browser Use",
|
|
"colors": {
|
|
"primary": "#FE750E",
|
|
"light": "#FFF7ED",
|
|
"dark": "#C2410C"
|
|
},
|
|
"favicon": "/favicon.ico",
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view"
|
|
]
|
|
},
|
|
"fonts": {
|
|
"family": "Geist"
|
|
},
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_F8JMNjW1i2KbGUTaW1unnDdLSPCoyc52SGRU0JecaUh"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Library",
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"introduction",
|
|
"quickstart",
|
|
"quickstart_llm"
|
|
]
|
|
},
|
|
{
|
|
"group": "Customize",
|
|
"pages": [
|
|
{
|
|
"group": "Agent",
|
|
"icon": "robot",
|
|
"isDefaultOpen": true,
|
|
"pages": [
|
|
"customize/agent-basic",
|
|
"customize/supported-models",
|
|
"customize/agent-parameters",
|
|
"customize/agent-output-format"
|
|
]
|
|
},
|
|
{
|
|
"group": "Browser",
|
|
"icon": "globe",
|
|
"isDefaultOpen": false,
|
|
"pages": [
|
|
"customize/browser-basic",
|
|
"customize/browser-real-browser",
|
|
"customize/browser-keep-open",
|
|
"customize/browser-multiple",
|
|
"customize/browser-remote",
|
|
"customize/browser-parameters"
|
|
]
|
|
},
|
|
"customize/sensitive-data",
|
|
"customize/custom-functions"
|
|
]
|
|
},
|
|
{
|
|
"group": "Development",
|
|
"pages": [
|
|
"development/contribution-guide",
|
|
"development/local-setup",
|
|
"customize/mcp-client",
|
|
"customize/mcp-server",
|
|
"customize/hooks",
|
|
"development/telemetry",
|
|
"development/observability",
|
|
"development/evaluations",
|
|
"development/roadmap"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "Cloud",
|
|
"versions": [
|
|
{
|
|
"version": "v2",
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"cloud/v2/quickstart",
|
|
"cloud/v2/python-quickstart",
|
|
"cloud/v2/node-quickstart"
|
|
]
|
|
},
|
|
{
|
|
"group": "Platform",
|
|
"pages": [
|
|
"cloud/v1/pricing",
|
|
"cloud/v1/n8n-browser-use-integration",
|
|
"cloud/v1/search"
|
|
]
|
|
},
|
|
{
|
|
"group": "REST API reference",
|
|
"openapi": "https://app.stainless.com/api/spec/documented/browser-use/openapi.documented.yml"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"version": "v1",
|
|
"groups": [
|
|
{
|
|
"group": "Get Started",
|
|
"pages": [
|
|
"cloud/v1/quickstart",
|
|
"cloud/v1/search",
|
|
"cloud/v1/pricing"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"cloud/v1/implementation",
|
|
"cloud/v1/custom-sdk",
|
|
"cloud/v1/webhooks",
|
|
"cloud/v1/authentication",
|
|
"cloud/v1/n8n-browser-use-integration"
|
|
]
|
|
},
|
|
{
|
|
"group": "REST API reference",
|
|
"openapi": "https://api.browser-use.com/api/v1/openapi.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg",
|
|
"href": "https://browser-use.com"
|
|
},
|
|
"api": {
|
|
"playground": {
|
|
"display": "interactive"
|
|
},
|
|
"examples": {
|
|
"languages": [
|
|
"javascript",
|
|
"curl",
|
|
"python"
|
|
],
|
|
"required": true
|
|
}
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Github",
|
|
"href": "https://github.com/browser-use/browser-use"
|
|
},
|
|
{
|
|
"label": "Discord",
|
|
"href": "https://link.browser-use.com/discord"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Browser Use Cloud",
|
|
"href": "https://cloud.browser-use.com"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"x": "https://x.com/browser_use",
|
|
"github": "https://github.com/browser-use/browser-use",
|
|
"linkedin": "https://linkedin.com/company/browser-use"
|
|
}
|
|
}
|
|
} |