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

# Authentication

Relaybase API requests use Bearer token authentication.

Include your API key in the `Authorization` header:

```http theme={null}
Authorization: Bearer rb_key_<token>
```

Replace `rb_key_<token>` with the API key generated from your [Relaybase dashboard](/getting-started/create-api-key).
