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

# 1. Sources & Environments

# Sources & Environments in Enterspeed

Start by logging into Enterspeed: [https://app.enterspeed.com](https://app.enterspeed.com)

In this step, we're going to:

1. Create sources
2. Create and configure domains
3. Create environment clients

## Creating sources

Go to **Data sources** under *Settings* and click the **Create group** button. This will open a modal that allows you to create a new source group. A source group can have multiple data sources attached, which each have its own unique API key.

Give your source a name (e.g. Umbraco Cloud) and select **CMS** in type. Afterward, add a data source by giving it a name (e.g. Umbraco Cloud Production) and select an environment (e.g. Production), then click the **Add** button. Lastly, click on the **Create** button.

An API key is now generated. Save the API key for now (e.g., in a notepad document) - you'll need it when configuring your Umbraco project.

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/examples/create-source-group.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=753953f40704a1aeafdf436157291501" alt="Create source Enterspeed" width="995" height="773" data-path="images/docs/examples/create-source-group.png" />

## Creating and configuring domains

Go to **Domains** under *Settings -> Environment settings* and click the **Create** button. Give your domain a name (e.g. DomainName.com) and click on the **Create** button.

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/examples/create-domain.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=575804df3043de9348a441d69b406f3f" alt="Create domain" width="995" height="372" data-path="images/docs/examples/create-domain.png" />

<Info>
  **Domains** are used in Enterspeed as a way of filtering your data if you have multiple data sources. You can name it whatever you like, but we recommend using the same name as your domain name for ease of use.
</Info>

Afterward, click on the three dots next to the domain name and select **Edit hostnames**. Click **Create new** and insert the URL you're going to use for your new project. We're going to use the same hostname when configuring Umbraco.

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/examples/create-hostname.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=cbcec1ce7de4c9a5d7d0c040f7e69b28" alt="Create hostname" width="994" height="372" data-path="images/docs/examples/create-hostname.png" />

<Tip>
  If you're working on your project locally, you can insert for instance **localhost:3000**.

  If you're working on an environment like Netlify you can insert the site URL for instance **[https://my-new-kickass-enterspeed-project.netlify.app](https://my-new-kickass-enterspeed-project.netlify.app)**
</Tip>

## Creating environment clients

Navigate to **Environment clients** under *Settings -> Environment settings* and click the **Create** button. Give your environment client a name (e.g. My Next.js Application) and select the **Environment** you just created. Afterward, click on the **Create** button.

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/examples/create-environment-client.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=964c3f78f420db489aa5dc5434e5422a" alt="Create environment client Enterspeed" width="994" height="473" data-path="images/docs/examples/create-environment-client.png" />

Also save this API key for now (e.g., in a notepad document) - we're going to use it in our Next.js application.

Next to your new environment client click on the three dots and select **Edit domains**. Select the domain you just created and click the "**Save changes**" button.

<img src="https://mintcdn.com/enterspeed/U-p4hKh6hit1rd09/images/docs/examples/environment-client-domains.png?fit=max&auto=format&n=U-p4hKh6hit1rd09&q=85&s=fe07bf3492cf18894fdef2d34fd8f75a" alt="Environment client Domains" width="993" height="455" data-path="images/docs/examples/environment-client-domains.png" />
