> ## Documentation Index
> Fetch the complete documentation index at: https://docs.narada.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Get started with the Narada API quickly and efficiently

# 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:

<CardGroup cols={2}>
  <Card title="Remote Dispatch" icon="rocket" href="/api-reference/remote-dispatch">
    Send commands to launch and control browser automation tasks
  </Card>

  <Card title="Get Task Status" icon="clock" href="/api-reference/get-task-status">
    Poll for task completion and retrieve results
  </Card>

  <Card title="Python SDK" icon="code" href="/api-reference/agent">
    Use the Python SDK for programmatic browser control with `Agent.run()`, `agentic_selector()`, and more
  </Card>

  <Card title="A2A & MCP" icon="link" href="/documentation/a2a-and-mcp">
    Integrate via Agent-to-Agent protocol or Model Context Protocol
  </Card>
</CardGroup>

## 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](/documentation/agent-studio)
* **Cloud Browsers**: Run tasks in serverless [Cloud Browser Sessions](/documentation/cloud-browser-sessions) without a local Chrome
* **MCP Integration**: Connect external tools via [MCP servers](/documentation/mcp-builder)
* **File Operations**: Attach files, download documents, and capture screenshots
* **Webhooks**: Receive real-time notifications when tasks complete
