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

> CLI, API कॉल्स, और tenderly.yaml कॉन्फ़िगरेशन फ़ाइलों में उपयोग के लिए dashboard में अपना Tenderly project slug और account slug खोजें।

Tenderly API के साथ कुछ भी करने के लिए account और project slugs आवश्यक हैं। ये slugs आपके अद्वितीय API URL का एक अभिन्न अंग हैं।

बाएं-हाथ के मेनू से **Settings** पर जाकर अपने account और project slugs खोजें। slugs **Integration** अनुभाग के अंतर्गत स्थित हैं।

account (**`TENDERLY_ACCOUNT`**) और project (**`TENDERLY_PROJECT`**) slugs को कॉपी करने के लिए input फ़ील्ड पर क्लिक करें।

<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** पृष्ठ से, अपना अद्वितीय API URL कॉपी करें जिसमें आपके account और 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}/
```
