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

# Project Slug and Account Slug

> Find your Tenderly project slug and account slug in the dashboard for use in the CLI, API calls, and tenderly.yaml configuration files.

The account and project slugs are essential for doing anything with the Tenderly API. These slugs are an integral part of your unique API URL.

Find your account and project slugs by navigating to **Settings** from the left-hand menu. The slugs are located under the **Integration** section.

Click on the input fields to copy the account (**`TENDERLY_ACCOUNT`**) and project (**`TENDERLY_PROJECT`**) slugs.

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/project/account-project-slug.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=c245c2edfb0b3621f12f51b84c52cff4" alt="Account and project slugs" width="1318" height="273" data-path="images/project/account-project-slug.webp" />

From the **Settings** page, copy your unique API URL which includes your account and project slugs.

```bash title="API URL" showLineNumbers theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
https://api.tenderly.co/api/v1/account/${TENDERLY_ACCOUNT}/project/${TENDERLY_PROJECT}/
```
