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

# Introduction

> Overview of the Puppeteer API

## Base URL

```
https://api.puppeteerai.com
```

## Authentication

All requests require an `Authorization` header with your API key or a JWT token:

```
Authorization: YOUR_API_KEY
```

See the [Authentication guide](/api-reference/authentication) for details on generating JWT tokens scoped to specific threads.

## Available endpoints

The endpoints documented here are a curated subset of the full Puppeteer API, covering the most common integration use cases.

If you need access to additional functionality, reach out to our team.

<Card title="Support" icon="envelope" href="mailto:support@puppeteerai.com">
  Contact us for additional API access.
</Card>
