WebRun
WebRun gives AI agents a real Chrome browser running in the cloud.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Browser Task: Execute a browser automation task in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai). Creates a session, runs the task, and auto-terminates. Best for simple
- Create Session: Create a persistent session in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai), for multi-step workflows. Returns a sessionId for subsequent commands. With
- Send Task: Send a new task to an existing browser session (from create_session). The real Chrome browser may navigate, fill forms, and submit data on third-party websites as the task requires.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
WebRun gives AI agents a real Chrome browser running in the cloud. Instead of wiring up an API for every service, your agent does the work the way a person would: it opens the site, signs in, clicks through the flow, and reports back.
Sessions run on persistent environments that keep their Chrome profile, cookies, files, and desktop state, so an agent stays logged in across runs instead of re-authenticating every time. Every session streams live, and a human can take control mid-task to clear a CAPTCHA or enter a credential, then hand it back.
Список инструментов сервера (13)
Технические названия из tools/list. Нужны только разработчикам.
| browser_task | Execute a browser automation task in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai). Creates a session, runs the task, and auto-terminates. Best for simple one-off tasks. May navigate, fill forms, and submit data on third-party websites as the task requires. |
| create_session | Create a persistent session in a real Chrome browser running in a WebRun cloud environment (docs.webrun.ai), for multi-step workflows. Returns a sessionId for subsequent commands. With an initial task the browser may act on third-party websites immediately. |
| send_task | Send a new task to an existing browser session (from create_session). The real Chrome browser may navigate, fill forms, and submit data on third-party websites as the task requires. |
| pause_session_task | Pause the task currently running in a browser session. Resume it later with resume_session_task. |
| resume_session_task | Resume a previously paused task in a browser session. |
| stop_session_task | Cancel the task currently running in a browser session, keeping the session alive for new tasks. |
| terminate_session | End a browser session and free its resources. The session and any running task cannot be resumed afterwards. |
| guardrail_response | Respond to a guardrail trigger when the browser agent needs human input (credentials, clarification, approval). The response is handed to the live agent, which continues acting on it. |
| get_task_status | Check the status of a task previously started in a browser session. Use to poll for completion or detect guardrails. Read-only: reports on the task without affecting it. |
| pull_debug | Pull debugging data from an active browser session/instance. Returns LLM context, console logs, current URL, and instance state. Read-only. Available to admin accounts only. |
| screenshot | Capture a screenshot of the current browser page in an active session. Returns the screenshot as an inline image. Read-only. |
| list_sessions | List all active browser sessions for this account. Read-only. |
| list_environments | List available browser environments (persistent profiles) for this account. Returns environment IDs needed for persistent sessions in browser_task or create_session. Read-only. |