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

# Getting Started

> Quick start guide to get up and running with Maestro APIs. Learn how to create an account, generate API keys, and make your first blockchain API request.

<Note>
  **Quickstart Guide to Maestro**

  Learn how to open a Maestro account, create a project API key, and make your first request. **Start building today!**
</Note>

## Tutorial

### 1. Sign Up or Log In

👋 ***New to Maestro?*** Create an account for free [here](https://dashboard.gomaestro.org/).

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/8PISEioy97Ta9gmw/images/LXpkwgpbrNwonVtz1L_KM_aanogpds9lrzorgdjthpgimage-32.png?fit=max&auto=format&n=8PISEioy97Ta9gmw&q=85&s=4fa0f0d998f0465af668cd677fd07b88" alt="" width="1144" height="1025" data-path="images/LXpkwgpbrNwonVtz1L_KM_aanogpds9lrzorgdjthpgimage-32.png" />
</Frame>

***

### 2. Create a Project

Once logged in to the Dashboard, you can create multiple API projects. Each project will generate a unique `API key` that authorizes your requests on the platform.

<Note>
  The total number of projects you can create depends on your active subscription tier.
</Note>

* Click on `+ New Project`

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/UG-HWhdPHF6WhAJB/images/57fFPCVHRBm2loocvV22Q_5vfdgp7w4ha2oio3phb3ximage-33.png?fit=max&auto=format&n=UG-HWhdPHF6WhAJB&q=85&s=e5ebeddb75165114eca1412e3ecdfa9e" alt="" width="1126" height="207" data-path="images/57fFPCVHRBm2loocvV22Q_5vfdgp7w4ha2oio3phb3ximage-33.png" />
</Frame>

* Add new project info&#x20;
  * `Project Name`
  * `Blockchain`
  * `Network`

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/vbUn7sRYLq515CKt/images/lHM0LFXPhuwqdVAJ4eB_x_0ijmgstvwym5lfjcwslrimage-34.png?fit=max&auto=format&n=vbUn7sRYLq515CKt&q=85&s=85bf72908b0381714506e3b8db0013be" alt="" width="779" height="519" data-path="images/lHM0LFXPhuwqdVAJ4eB_x_0ijmgstvwym5lfjcwslrimage-34.png" />
</Frame>

***

### 3. Copy the URL and API Key

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/UG-HWhdPHF6WhAJB/images/24roylrozgDQrRbShFCTJ_04nzlo5ouow2onot9shqjimage-25.png?fit=max&auto=format&n=UG-HWhdPHF6WhAJB&q=85&s=8ee87485edd5e2405c52829388a9e071" alt="" width="897" height="601" data-path="images/24roylrozgDQrRbShFCTJ_04nzlo5ouow2onot9shqjimage-25.png" />
</Frame>

***

### 4. Your Project Dashboard

The Projects section will list all created projects. In this example, we will use the `Cardano Preprod` network.

* Copy the project's `URL` and `Key`.

<Frame>
  <img src="https://mintcdn.com/gomaestroinc/8PISEioy97Ta9gmw/images/h3e4PYeM0xVYHibe6udwu_z1ynuw3ihufx2sym4hgelimage-24.png?fit=max&auto=format&n=8PISEioy97Ta9gmw&q=85&s=41e14b87afc59332434a53240fc53ca4" alt="" width="950" height="293" data-path="images/h3e4PYeM0xVYHibe6udwu_z1ynuw3ihufx2sym4hgelimage-24.png" />
</Frame>

| Term                | Description                                                                                       |
| :------------------ | :------------------------------------------------------------------------------------------------ |
| Project URL         | The base URL is customized for the network you selected for your project.                         |
| **Project API Key** | A unique key used by the Maestro API to authenticate and authorize all requests for your project. |

<Note>
  Each *API key* is specific to a project and will only function with the network you selected for that project.
</Note>

***

<Tip>
  **Next Steps**

  **Congrats!** Now that you've generated your first API key, let's [Make Your First API Request](./make-your-first-api-request).
</Tip>
