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

# Introduction

> Siray uses a unified API key structure, simplifying integration and allowing access to all models from a single credential.

## Authentication

The Siray API uses API keys in the `request headers` to authenticate requests.

```json theme={null}
Authorization: Bearer <SIRAY_API_TOKEN>
```

<Card title="Get API Key" icon="key" href="https://console.siray.ai/keys" cta="Click here to get your API key." />
