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

# Authentication

> Learn how to authenticate to the Carviz API.

## How to authenticate

All API endpoints are authenticated using the API Key that you can find in your [Dashboard](https://dashboard.carviz.com/organization/integration).

All requests made with your API key will be done by your organization itself.

```string theme={null}
--header 'x-api-key: API_KEY'
```

For all your requests, you can just add an header named **"x-api-key"** with the api key as value.

***

## Multiple Environments

You can access to the **Production Environment** at :

* [https://api.carviz.com/prod/](https://api.carviz.com/prod/)

If you can't find where is your API key in your dashboard, you can find it in the [Setup page](../setup)
