> ## 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.

# Streamline AI - How do I link my account?

# Overview

To connect Streamline AI, you need:

1. **An Ed25519 Auth Key** registered in your Streamline AI instance.
2. **Your Streamline AI customer subdomain and environment** (production or demo/sandbox).

### Prerequisites

* Admin access to your organization's Streamline AI instance.

### Instructions

#### Step 1: Generate and register an auth key

1. In Streamline AI, go to **Settings → Integrations → API**.
2. Either generate a new Ed25519 keypair in the browser — you'll be prompted to download the private key — or paste a public key you generated elsewhere.
3. Copy the **Auth Key ID** Streamline AI shows you afterwards, and keep the private key file handy.

<img src="https://mintcdn.com/nango/lItQgDIsog66YVYt/api-integrations/streamline-ai/auth_key.avif?fit=max&auto=format&n=lItQgDIsog66YVYt&q=85&s=a1964be3eb1b6ef67b137d78b81f0bb2" width="1999" height="976" data-path="api-integrations/streamline-ai/auth_key.avif" />

#### Step 2: Find your customer subdomain

Your customer subdomain is the part of your Streamline AI URL before the environment domain. If you access Streamline AI at `https://acme.streamline.ai`, your customer subdomain is `acme` and your environment is **production** (`streamline.ai`). If you access a demo/sandbox workspace at `https://acme.demo.streamline.ai`, your subdomain is still `acme` and your environment is **demo** (`demo.streamline.ai`).

#### Step 3: Enter connection details

1. Open the Connect form.
2. Enter your **Customer Subdomain**, **Environment**, **Auth Key ID** and **Private Key** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/lItQgDIsog66YVYt/api-integrations/streamline-ai/form.png?fit=max&auto=format&n=lItQgDIsog66YVYt&q=85&s=d38abc08d77c2a9a04aa8becd1ee6921" style={{maxWidth: "450px" }} width="502" height="698" data-path="api-integrations/streamline-ai/form.png" />

You are now connected to the Streamline AI integration.
