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

# Authentication

Serverless API (LoRA) uses Bearer token authentication.

Send your API token in the `Authorization` header:

`Authorization: Bearer <token>`

## Get an API token

Get your API token from your [Profile](https://www.runcomfy.com/profile) page (avatar menu > **API Token**).

If you regenerate your token, the old token stops working immediately — update any deployed integrations.

## Keep your token secret

Do not ship your API token in client-side environments (browsers, mobile apps). Route requests through a server-side service you control.
