Introduction
Usage Notes
Important considerations and limitations when using AgentGo
Prerequisites
Before using AgentGo, you need to:
-
Obtain an API Token
- Request an API token from AgentGo by visiting Developer Settings
-
Install Playwright
- Install Playwright v1.50.0 or higher:
Note: Python package compatibility is currently under testing.
Technical Specifications
Browser Connection
- Browser server address:
wss://app.browsers.live - Currently only supports Chromium-based browsers
chromium.connectOverCDP()is not supported
Browser Instance Limitations
- Browser instances are released after 30 seconds of inactivity (no input/output)
- Maximum concurrent pages per browser: 4
- File upload/download operations are not supported and untested
CDP Network Features
- Using CDP Network features (e.g.,
page.on(),page.route()) requires:- Additional resource allocation
- Special token configuration - contact AgentGo support to enable these features
CAPTCHA Handling
- Built-in CAPTCHA solving support for:
- Cloudflare Turnstile
- reCAPTCHA V2
- After solving a CAPTCHA once, cookies are saved for subsequent visits
- For pages with potential CAPTCHA:
- Strongly recommended to increase page load timeout to 90 seconds
- reCAPTCHA solving can take significant time