Skip to main content

Narada API

Welcome to the Narada API documentation. Narada is an AI-powered browser automation platform that enables you to automate web interactions, extract data, run custom agents, and perform complex workflows through simple API calls.

Quick Overview

The Narada API provides several endpoint groups:

Remote Dispatch

Send commands to launch and control browser automation tasks

Get Task Status

Poll for task completion and retrieve results

Python SDK

Use the Python SDK for programmatic browser control with agent(), agentic_selector(), and more

A2A & MCP

Integrate via Agent-to-Agent protocol or Model Context Protocol

What You Can Do

  • Web Automation: Navigate websites, fill forms, click buttons using natural language
  • Data Extraction: Extract structured data from any webpage using Pydantic models
  • Custom Agents: Build and run multi-step workflows in the Agent Studio
  • Cloud Browsers: Run tasks in serverless Cloud Browser Sessions without a local Chrome
  • MCP Integration: Connect external tools via MCP servers
  • File Operations: Upload files, download documents, and capture screenshots
  • Webhooks: Receive real-time notifications when tasks complete

Next Steps

1

Install the Extension

Download and set up the Narada Chrome extensionGet Started →
2

Get Your Credentials

Obtain your Browser Window ID or API key for authentication Authentication →
3

Explore the API

Learn about the API endpoints and their capabilitiesAPI Endpoints →