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

# Authentication

> All requests are authenticated with an API key that inherits your account permissions.

## API keys

Pass your API key as a Bearer token on every request:

**`Authorization: Bearer YOUR_API_KEY`**

API keys are signed **JWT tokens** that inherit your account permissions. If your account has access to a project, your key has access to that project too.

Every account has an API key already generated — no setup needed.

***

## Finding your key

Click **API Keys** in the left sidebar. Your key is displayed there — click **Show** to reveal the full value or **Copy** to copy it directly.

***
