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

# API keys

> Create and manage API keys when your team needs programmatic access to Beeze data

The API keys page is for teams that want to connect Beeze data to internal tools, dashboards, or automated workflows.

<Note>API keys are available on workspaces with the **Scale** plan.</Note>

## What you can do

* Create a key for an internal integration
* Rotate a key that should no longer be trusted
* Remove a key that is no longer needed
* Confirm the expected authentication format before building a client

## How requests are authenticated

Beeze expects the key in the `x-api-key` header on every request.

```bash theme={null}
curl -H "x-api-key: YOUR_API_KEY" https://api.beeze.io/v1/...
```

The page includes example requests for common clients so teams can get started faster.

## Related pages

* [Beeze API](/api/index) for endpoint details and public API behavior
* [API integrations](/integrations/index) for managing shared provider keys like Ahrefs and Majestic
