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

# API Authentication

### Create your API token (per team)

Create your API token here:

<figure><img src="/files/qWoNn9122BS7N7r2tcKZ" alt=""><figcaption></figcaption></figure>

### Using your token

All API routes require authentication using an API token. Include your token in the `Authorization` header as a bearer token:

```
Authorization: Bearer <api-token>
```
