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

# Authentication

> How to authenticate your API requests.

Most Qode API endpoints are secured using **Bearer Authentication**. You will need an API key or JWT token to make authorized requests.

```bash theme={null}
Authorization: Bearer <YOUR_API_KEY>
```

You can create and manage your API keys from the Qode dashboard:

* **Production dashboard**: [`https://turing.qode.world/home/api-keys`](https://turing.qode.world/home/api-keys)
* **Staging dashboard**: [`https://turing.gomu.ai/home/api-keys`](https://turing.gomu.ai/home/api-keys)
