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

# API Key

> Accessing the EigenExplorer API

EigenExplorer APIs require a valid API key to authenticate requests. Every request (other than system health routes) must include this key to successfully access the API.

## Creating an API Key

<Frame type="glass">
  <img src="https://mintcdn.com/eigenexplorer-2fad0534/kKXWnRrhvFz3XdIC/public/images/api-reference/get-started/api-key.png?fit=max&auto=format&n=kKXWnRrhvFz3XdIC&q=85&s=a90063b1509c37aa469e1a966d6240ca" width="3072" height="710" data-path="public/images/api-reference/get-started/api-key.png" />
</Frame>

1. Sign in to the [EigenExplorer Developer Dashboard](https://developer.eigenexplorer.com).
2. Generate a new API key in the API Keys section and you are good to go!

**API Key Management**: You can create up to 3 active keys at once. If you need to rotate or deactivate a key, simply delete the old key and generate a new one.

## Using Your API Key

Include your API key in every request to the EigenExplorer API by adding an `x-api-token` header:

```
x-api-token: <YOUR_API_KEY>
```

For additional examples, please see our [Getting Started guide](get-started).
