> For the complete documentation index, see [llms.txt](https://cloudbrowser.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudbrowser.gitbook.io/docs/libraries/node.js-client.md).

# Node.js client

## Overview

The **cloudbrowserai** client provides shortcuts for access to our endpoints to perform various tasks.

***

## **Getting Started**

**Requirements**

* Node.js installed.
* The `cloudbrowserai` NPM package.
* Your CloudBrowser.AI API token.

**Installation**

Install the required package:

```bash
npm install cloudbrowserai
```
