cloud

โดย browser-use

เอกสารอ้างอิงสำหรับ Cloud REST API, SDKs และรูปแบบการผสานรวม อ่านไฟล์ที่เกี่ยวข้องตามสิ่งที่ผู้ใช้ต้องการ

npx skills add https://github.com/browser-use/browser-use --skill cloud

Browser Use Cloud Reference

Reference docs for the Cloud REST API, SDKs, and integration patterns. Read the relevant file based on what the user needs.

API & Platform

TopicRead
Setup, first task, pricing, FAQreferences/quickstart.md
v2 REST API: all 30 endpoints, cURL examples, schemasreferences/api-v2.md
v3 BU Agent API: sessions, messages, files, workspacesreferences/api-v3.md
Sessions, profiles, auth strategies, 1Passwordreferences/sessions.md
CDP direct access, Playwright/Puppeteer/Seleniumreferences/browser-api.md
Proxies, webhooks, workspaces, skills, MCP, live viewreferences/features.md
Parallel, streaming, geo-scraping, tutorialsreferences/patterns.md

Integration Guides

TopicRead
Building a chat interface with live browser viewreferences/guides/chat-ui.md
Using browser-use as a subagent (task in → result out)references/guides/subagent.md
Adding browser-use tools to an existing agentreferences/guides/tools-integration.md

Critical Notes

  • Cloud API base URL: https://api.browser-use.com/api/v2/ (v2) or https://api.browser-use.com/api/v3 (v3)
  • Auth header: X-Browser-Use-API-Key: <key>
  • Get API key: https://cloud.browser-use.com/new-api-key
  • Set env var: BROWSER_USE_API_KEY=<key>
  • Cloud SDK: uv pip install browser-use-sdk (Python) or npm install browser-use-sdk (TypeScript)
  • Python v2: from browser_use_sdk import AsyncBrowserUse
  • Python v3: from browser_use_sdk.v3 import AsyncBrowserUse
  • TypeScript v2: import { BrowserUse } from "browser-use-sdk"
  • TypeScript v3: import { BrowserUse } from "browser-use-sdk/v3"
  • CDP WebSocket: wss://connect.browser-use.com?apiKey=KEY&proxyCountryCode=us

Skills เพิ่มเติมจาก browser-use

browser-use
browser-use
ทำให้การโต้ตอบกับเบราว์เซอร์เป็นอัตโนมัติสำหรับการทดสอบเว็บ การกรอกฟอร์ม การจับภาพหน้าจอ และการดึงข้อมูล ใช้เมื่อผู้ใช้ต้องการนำทางเว็บไซต์ โต้ตอบกับหน้าเว็บ กรอกฟอร์ม จับภาพหน้าจอ หรือดึงข้อมูลจากหน้าเว็บ
browser-automationofficial
browser-execute
browser-use
Use ONLY when calling the `browser_execute` tool or driving a real browser via the Chrome DevTools Protocol. Required reading before the first…
official
effect
browser-use
ทำงานกับโค้ด Effect v4 / effect-smol TypeScript ใน repo นี้
official
qa
browser-use
ทดสอบ QA เว็บไซต์หรือเว็บแอป และให้คะแนนคุณภาพ 1-5 (5 = ไร้ที่ติ, 1 = เสียหาย) พร้อมหลักฐาน ใช้เมื่อผู้ใช้ต้องการทดสอบ, ตรวจสอบ QA, ประเมิน, ให้คะแนน หรือ…
official
video-use
browser-use
แก้ไขวิดีโอใดๆ ด้วยการสนทนา ถอดเสียง ตัด เกรดสี สร้างแอนิเมชันโอเวอร์เลย์ เบิร์นซับไตเติล — สำหรับ talking heads, มอนเทจ, บทช่วยสอน, ท่องเที่ยว,…
official
qa
browser-use
ทดสอบ QA เว็บไซต์หรือเว็บแอปพลิเคชัน และส่งคืนคะแนนคุณภาพ 1-5 (5 = ไร้ที่ติ, 1 = เสียหาย) พร้อมหลักฐาน ใช้เมื่อผู้ใช้ต้องการทดสอบ, QA, ประเมิน, ให้คะแนน หรือ…
official
cdp
browser-use
Drive Chrome via the DevTools Protocol from JavaScript. Run JS snippets through the `browser-harness-js` CLI — it auto-spawns a long-lived bun HTTP server…
official
browser
browser-use
ควบคุมเบราว์เซอร์โดยตรงผ่าน CDP ใช้เมื่อผู้ใช้ต้องการอัตโนมัติ ขูดข้อมูล ทดสอบ หรือโต้ตอบกับหน้าเว็บ เชื่อมต่อกับ Chrome ที่กำลังทำงานอยู่ของผู้ใช้
official