Immediately, I’m excited to announce the Nova Act extension — a instrument that streamlines the trail to construct browser automation brokers with out leaving your IDE. The Nova Act extension integrates straight into IDEs like Visible Studio Code (VS Code), Kiro, and Cursor, serving to you to create web-based automation brokers utilizing pure language with the Nova Act mannequin.
Right here’s a fast have a look at the Nova Act extension in Visible Studio Code:

The Nova Act extension is constructed on high of the Amazon Nova Act SDK (preview), our browser automation brokers SDK (Software program Growth Package). The Nova Act extension transforms conventional workflow improvement by eliminating context switching between coding and testing environments. Now you can construct, customise, and take a look at production-grade agent scripts—all inside your IDE—utilizing options like pure language primarily based technology, atomic cell-style modifying, and built-in browser testing. This unified expertise accelerates improvement velocity for duties like kind filling, QA automation, search, and complicated multi-step workflows.
You can begin with the Nova Act extension by describing your workflow in pure language to rapidly generate an preliminary agent script. Customise it utilizing the notebook-style builder mode to combine APIs, information sources, and authentication, then validate it with native testing instruments that simulate real-world circumstances, together with dwell step-by-step debugging of prolonged multi-step workflows.
Getting began with the Nova Act extension
First, I would like to put in the Nova Act extension from the extension supervisor in my IDE.
I’m utilizing Visible Studio Code, and after selecting Extensions, I enter Nova Act. Then, I choose the extension and select Set up.

To get began, I must receive an API key. To do that, I navigate to the Nova Act web page and observe the directions to get the API key. I choose Set API Key by opening the Command Palette with Cmd+Shift+P / Ctrl+Shift+P.

After I’ve entered my API key, I can strive Builder Mode. It is a notebook-style builder mode that breaks advanced automation scripts into modular cells, permitting me to check and debug every step individually earlier than transferring to the subsequent.
Right here, I can use the Nova Act SDK to construct my agent. On the correct aspect, I’ve a Dwell view panel to preview my agent’s actions within the browser and an Output panel to observe execution logs, together with the mannequin’s considering and actions.

To check the Nova Act extension, I select Run all cells. It will begin a brand new browser occasion and act primarily based on the given immediate.

I select Fullscreen to see how browser automation works.

One other helpful function in Builder Mode is that I can navigate to the Output panel and choose the cell to see its logs. This helps me debug or overview logs particular to the cell I’m engaged on.

I also can choose a template to get began.

In addition to utilizing Builder Mode, I also can chat with Nova Act to create a script for me. To do this, I choose the extension and select Generate Nova Act Script. The Nova Act extension opens a chat dialog in the correct panel and routinely creates a script for me.

After I end creating the script, I can select Begin Builder Mode, and the Nova Act extension will assist me create a Python file in Builder Mode. This creates a seamless integration as a result of I can swap between chat functionality and Builder Mode.

Within the chat interface, I see three workflow modes accessible:
- Ask: Describe duties in pure language to generate automation scripts
- Edit: Refine or customise generated scripts earlier than execution
- Agent: Run, monitor, and work together with the AI agent performing the workflow

I also can add Context to offer related details about my lively paperwork, directions, issues, or extra Mannequin Context Protocol (MCP) assets the agent can use, plus a screenshot of the present window. Offering this info helps the agent perceive any particular necessities for the automation process.

The Nova Act extension additionally supplies a set of predefined templates that I can entry by coming into / within the chat. These templates are predefined automation situations designed to assist rapidly generate scripts for frequent net duties.

I can use these templates (for instance, @novaAct /purchasing [my requirements]) to get tailor-made Python scripts for my workflow. At launch, Nova Act extension supplies the next templates:
/purchasing: Automates on-line purchasing duties (looking out, evaluating, buying)/extract: Handles information extraction/search: Performs search and data gathering/qa: Automates high quality assurance and testing workflows/formfilling: Completes kinds and information entry duties
This extension transforms my agent improvement workflow by positioning Nova Act extension as a full-stack agent builder instrument—an entire agent IDE for the whole improvement lifecycle. I can prototype with pure language, customise with modular scripting, and validate with native testing—all with out leaving my IDE—guaranteeing production-grade scripts.
Issues to know
Listed below are key factors to notice:
- Supported IDEs: At launch, the Nova Act extension is accessible for Visible Studio Code, Cursor, and Kiro, with extra IDE assist deliberate
- Open supply: The Nova Act extension is accessible beneath the Apache 2.0 license, permitting for neighborhood contributions and customization
- Pricing: The Nova Act extension is accessible at no cost.
Get began with Nova Act extension by putting in it out of your IDE’s extension market or visiting the GitHub repository for documentation and examples.
Pleased automating!
— Donnie

