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

# Fellow - How do I link my account?

# Overview

To authenticate with Fellow, you will need:

1. **Workspace Subdomain** - The subdomain of your Fellow workspace.
2. **API Key** - A key that grants secure access to the API, enabling authorized applications to interact with Fellow resources and services.

This guide will walk you through finding your **Workspace Subdomain** and generating your **API Key** within Fellow.

### Prerequisites:

* You must have a Fellow account
* The **Developer API** must be enabled for your workspace. If it's not enabled, navigate to **Workspace settings** as an admin > **Security** and toggle the **Allow users to access the Developer API** option.

### Instructions:

#### Step 1: Finding your Workspace Subdomain

1. Log in to your [Fellow workspace](https://fellow.app/auth/login/)
2. Once logged in, check the URL in your browser's address bar
3. Your workspace subdomain is the part of the URL before `.fellow.app`. For example, if your workspace URL is `https://myworkspace.fellow.app`, your subdomain is `myworkspace`.

#### Step 2: Generating Your API Key

1. From your profile, click **User settings**

<img src="https://mintcdn.com/nango/olcA9G-9mupryo-X/api-integrations/fellow/user_settings.png?fit=max&auto=format&n=olcA9G-9mupryo-X&q=85&s=6e97ff91745e21454014a8932425c6a8" width="1553" height="405" data-path="api-integrations/fellow/user_settings.png" />

2. Click **API & MCP connections**, then click **+ New API Key**

<img src="https://mintcdn.com/nango/olcA9G-9mupryo-X/api-integrations/fellow/api_settings.png?fit=max&auto=format&n=olcA9G-9mupryo-X&q=85&s=074dfd064d0daa6608e97d34aa99cf9c" width="1553" height="445" data-path="api-integrations/fellow/api_settings.png" />

3. Enter a name for your API Key and click **Generate Key**

<img src="https://mintcdn.com/nango/olcA9G-9mupryo-X/api-integrations/fellow/api_key.png?fit=max&auto=format&n=olcA9G-9mupryo-X&q=85&s=d7c2007a60715d4a6fef7d566e9949e6" width="1553" height="445" data-path="api-integrations/fellow/api_key.png" />

<Tip>Once your API Key is generated, ensure you copy it to a secure location as it won't be shown again.</Tip>

#### Step 3: Enter credentials in the Connect UI

Once you have your **Workspace Subdomain** and **API Key**:

1. Open the form where you need to authenticate with Fellow.
2. Enter your **Workspace Subdomain** and **API Key** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/olcA9G-9mupryo-X/api-integrations/fellow/form.png?fit=max&auto=format&n=olcA9G-9mupryo-X&q=85&s=f824e2926ccc67fa6d344ba368146e54" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/fellow/form.png" />

You are now connected to Fellow.
