# 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="https://3143467555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FecQruGgXJ0tkD865OF7e%2Fuploads%2FOUCFJK6wOkpt34i5wrMi%2Fimage.png?alt=media&#x26;token=5d476555-676c-4b1a-8821-7737dbb5df1c" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.crawlbyte.ai/getting-started/api-access.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
