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

# Introduction

> API documentation and reference

## Welcome

**[OpenAPI Specification](https://platform-backend.getalchemystai.com/api/openapi.json)** for the **Alchemyst Platform APIs**.

<Card title="Alchemyst Platform endpoints" icon="code" href="https://platform-backend.getalchemystai.com/api/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

To obtain your **API key**, follow these steps:

1. Go to the **[Alchemyst Platform](https://platform.getalchemystai.com)** and sign up using your **Google account**.
2. After logging in, navigate to the **Get Started** section to generate your API key.
3. You can also view and manage your API keys anytime from the **Settings** page.

Use the following authentication schema when making API requests:

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
