> For the complete documentation index, see [llms.txt](https://developers.crawlbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.crawlbyte.ai/getting-started/api-access.md).

# API Access

## Getting Your API Key

**Step 1: Create Your Account**

* If you haven't already, [create your free Crawlbyte account here](https://www.crawlbyte.ai/auth/register).

**Step 2: Navigate to API Settings**

1. Log into your Crawlbyte AI dashboard
2. Go to Settings in the main navigation
3. Select the API Access Tab

**Step 3: Get your API Key**

1. Copy your API Key using Copy Button, you can reset your API Key anytime.

Here’s where you’ll find the API key in your dashboard:

<figure><img src="/files/RPWfIj3FxG9soTgGKTaX" alt=""><figcaption><p> API Access Tab</p></figcaption></figure>

***

## ⚠️  **Important Security Notes**

* Never expose your API key in client-side code or public repositories.
* Always store your key in environment variables or secure vaults (e.g. `.env`, AWS Secrets Manager).
* If you suspect your key is compromised, regenerate it immediately.
