Skip to main content

Overview

PalanK exposes a local API that allows external applications to leverage its browser automation capabilities. The API communicates via WebSocket with the local Gateway server.
The API is designed for local integrations only. All connections are restricted to 127.0.0.1.

Architecture

Connection

WebSocket Endpoint

HTTP Health Check

Returns 200 OK if the Gateway is running.

Message Format

All messages use JSON format:

Request

Response

Error Response

Quick Start

Available Methods

The API supports most Chrome DevTools Protocol methods.

Next Steps

Authentication

Learn about session management

Endpoints

Explore all available endpoints