Step-by-Step Installation

1

Install the Narada SDK

Install the Narada Python SDK using pip:
pip install narada
2

Open Browser with SDK

Create a Python script to open a browser window:
import asyncio
from narada import Narada

async def main() -> None:
    # Initialize the Narada client
    async with Narada() as narada:
        # Open a new browser window and initialize the Narada UI agent
        window = await narada.open_and_initialize_browser_window()
        print("Browser window opened successfully!")

if __name__ == "__main__":
    asyncio.run(main())
Running this script will open a Chrome window on the Narada initialization page.
3

Install Extension

When the initialization page opens, you’ll need to install the Narada Extension:

Narada Chrome Extension

Download from Chrome Web Store
  1. Click Install Extension on the initialization page or use the link above
  2. Install the Narada Extension from the Chrome Web Store and sign in to your Narada account
  3. Pin the extension to your Chrome toolbar
The video shows how to pin the extension to your toolbar after installation and sign in to your Narada account.
4

Test the Extension

Type a message like “Hello” in the Narada sidepane.
If you get a response, the extension is working correctly!

Next Steps

Now that you have the SDK and extension working:
  1. Set up authentication to start automating
  2. Try your first automation