web-task-api
Web Task
Browser tasks, sessions, and recipes for MCP and HTTP automation.
Package Details
web-task-api
Environment Variables
Optional mutable data root for web-task-api runs, sessions, profiles, and temp state. When omitted, the runtime uses a platform user-data directory instead of the ambient cwd.
Optional recipes directory override. When omitted, web-task-api reads bundled recipes from the installed package.
Optional temp root override used when incoming temp env variables point at your home directory or working directory.
Optional shared default planner model for catalog-backed PI and OpenCode selections. Defaults to deepseek/deepseek-v4-flash.
Optional shared default planner thinking variant for catalog-backed PI and OpenCode selections. Defaults to high.
Optional PI engine base URL for the preferred planner backend. Defaults to http://127.0.0.1:8793.
Optional PI-specific planner model override. Defaults to WEB_TASK_API_MODEL when omitted.
Optional PI-specific thinking variant override. Defaults to WEB_TASK_API_VARIANT when omitted.
Optional CLIProxy base URL for the legacy fallback planner backend.
Optional CLIProxy auth token for the legacy fallback planner backend.
Optional CLIProxy model alias for the legacy fallback planner backend.
Optional OpenCode base URL for the compatibility planner backend.
Optional OpenCode model name for the compatibility planner backend. Defaults to WEB_TASK_API_MODEL when omitted.
Optional existing Chromium/Chrome user-data directory for warmed browser state reuse.
Optional Playwright browser channel override, for example `chrome`.
Optional browser headless toggle. Set `false` to prefer a visible browser.