Apify Autoplans — AI web scraping assistant for VS CodeApify Autoplans drives a real browser from VS Code to work out how a website is built, then writes Apify Actor code against what it found. Browser automation runs on your machine, so pages behind a login or a cookie wall are reachable the same way they are in your own browser. What it contributesLanguage model toolsFive tools that GitHub Copilot's agent mode can call on its own, or that you can reference in a prompt by name:
These run a Python browser agent on your machine; see Requirements below for what it needs.
|
| Command | What it does |
|---|---|
Apify Autoplans: New Actor Agent Session |
Start the coding agent in a new session |
Apify Autoplans: Set API Key |
Store the key in VS Code's SecretStorage |
Apify Autoplans: Set Proxy Backend Endpoint |
Point the extension at a backend |
Apify Autoplans: Show Status |
Show whether a key is set, the endpoint and the version |
Apify Autoplans: Run Agent with Browser Use |
Drive the local browser against a prompt |
Apify Autoplans: Create Apify Scraper |
Analyse a site and write Actor code to the output channel |
Apify Autoplans: Learn from Website |
Analyse a site and return findings |
Create Apify Scraper writes the generated code to the Apify Autoplans output
channel. It does not write files into the workspace.
Settings
| Setting | Default | What it is |
|---|---|---|
apifyAutoplans.proxyEndpoint |
https://autoplans.dev |
Backend the browser agent's analysis is sent to |
apifyAutoplans.agentEndpoint |
https://autoplans.dev/api/v1/mcp |
Endpoint the Actor Agent signs in against |
apifyAutoplans.agentOpenIn |
window |
Where Actor Agent sessions open |
apifyAutoplans.agentRuntimePath |
(empty) | Path to the agent runtime, if not the npm package |
apifyAutoplans.enableDebugLogs |
false |
Verbose logging in the output channel |
Privacy & security
The API key is stored in VS Code's SecretStorage. The browser and the Actor
Agent runtime both run locally. Page content gathered by the browser agent is
sent to the configured proxyEndpoint for analysis.
Support
MIT licensed — see LICENSE.