# SDK Installation

Install the SDK that matches the project stack after `FIRECRAWL_API_KEY` is available.

## JavaScript / TypeScript

```bash
npm install @mendable/firecrawl-js
```

## Python

```bash
pip install firecrawl-py
```

If the project already has a preferred HTTP client abstraction, direct REST calls are also fine.
