Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CAPS | No | Comma-separated list of capabilities to enable, possible values: tabs, pdf, history, wait, files, install. Default is all. | |
HOST | No | Host to bind server to. Default is localhost. Use 0.0.0.0 to bind to all interfaces. | |
PORT | No | Port to listen on for SSE transport. | |
CONFIG | No | Path to the configuration file. | |
DEVICE | No | Device to emulate, for example: "iPhone 15" | |
VISION | No | Run server that uses screenshots (Aria snapshots are used by default) | |
BROWSER | No | Browser or chrome channel to use, possible values: chrome, firefox, webkit, msedge. | |
HEADLESS | No | Run browser in headless mode, headed by default | |
ISOLATED | No | Keep the browser profile in memory, do not save it to disk. | |
NO_SANDBOX | No | Disable the sandbox for all process types that are normally sandboxed. | |
OUTPUT_DIR | No | Path to the directory for output files. | |
SAVE_TRACE | No | Whether to save the Playwright Trace of the session into the output directory. | |
USER_AGENT | No | Specify user agent string | |
CDP_ENDPOINT | No | CDP endpoint to connect to. | |
PROXY_BYPASS | No | Comma-separated domains to bypass proxy, for example ".com,chromium.org,.domain.com" | |
PROXY_SERVER | No | Specify proxy server, for example "http://myproxy:3128" or "socks5://myproxy:8080" | |
STORAGE_STATE | No | Path to the storage state file for isolated sessions. | |
USER_DATA_DIR | No | Path to the user data directory. If not specified, a temporary directory will be created. | |
VIEWPORT_SIZE | No | Specify browser viewport size in pixels, for example "1280, 720" | |
ALLOWED_ORIGINS | No | Semicolon-separated list of origins to allow the browser to request. Default is to allow all. | |
BLOCKED_ORIGINS | No | Semicolon-separated list of origins to block the browser from requesting. Blocklist is evaluated before allowlist. | |
EXECUTABLE_PATH | No | Path to the browser executable. | |
IMAGE_RESPONSES | No | Whether to send image responses to the client. Can be "allow", "omit", or "auto". Defaults to "auto". | |
IGNORE_HTTPS_ERRORS | No | Ignore https errors | |
BLOCK_SERVICE_WORKERS | No | Block service workers |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |