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

# Authentication

> How to authenticate with the ClearProxy API

ClearProxy supports two authentication methods:

## API Key Header

```bash theme={null}
X-API-Key: clearpx_yourkey
```

## Bearer Token

```bash theme={null}
Authorization: Bearer clearpx_yourkey
```

Use either method in your HTTP requests to authenticate.
