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

# 项目 Slug 与账户 Slug

> 在 dashboard 中找到您的 Tenderly 项目 slug 与账户 slug，用于 CLI、API 调用以及 tenderly.yaml 配置文件。

账户和项目 slug 是使用 Tenderly API 时的必要元素。这些 slug 是您唯一 API URL 的重要组成部分。

从左侧菜单导航到 **Settings**，即可找到您的账户和项目 slug。这些 slug 位于 **Integration** 部分下。

点击输入框可复制账户（**`TENDERLY_ACCOUNT`**）和项目（**`TENDERLY_PROJECT`**）slug。

<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" />

在 **Settings** 页面，复制包含您账户和项目 slug 的唯一 API URL。

```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}/
```
