> For the complete documentation index, see [llms.txt](https://docs.patascore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patascore.com/authentication.md).

# Authentication

Patascore authenticates incoming API requests using a client API key. This API key is required when making server-server requests. It should be passed in the header as a bearer token when making requests.This key should be kept confidential and stored only on the client server.&#x20;

The API key can be generated on the Patascore developer dashboard.<br>

{% tabs %}
{% tab title="Authentication Format" %}

```yaml
Authorization: Bearer {API KEY}
```

{% endtab %}
{% endtabs %}
