> For the complete documentation index, see [llms.txt](https://pickalloy.gitbook.io/alloy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pickalloy.gitbook.io/alloy-docs/introduction.md).

# Introduction

## Base URL

```
https://api.pickalloy.com
```

## Quick Start

{% stepper %}
{% step %}

### Get your API key

Get your API key from the Alloy dashboard: <https://www.pickalloy.com/dashboard/account-settings/profile>
{% endstep %}

{% step %}

### Authenticate your requests

Authenticate your requests using the Bearer token: [Authentication](/alloy-docs/authentication.md)
{% endstep %}

{% step %}

### Upload your dataset

Upload your dataset to generate a dashboard: [Generate Dashboard](/alloy-docs/generate-dashboard.md)
{% endstep %}

{% step %}

### Check generation status or set up notifications

Check generation status: [Generation Status](/alloy-docs/generate-dashboard.md)\
Set up webhooks for notifications: [Generation Status](/alloy-docs/generate-dashboard.md)
{% endstep %}
{% endstepper %}
