> For the complete documentation index, see [llms.txt](https://docs.pynt.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pynt.io/documentation/security-testing-integrations/pynt-on-ci-cd/how-to-get-pynt-id-for-ci-cd-authentication.md).

# How to get Pynt ID for CI/CD Authentication

{% hint style="info" %}
💡 **Getting Your Pynt ID**: To set up authentication in CI/CD pipelines, you'll need your Pynt ID. Ensure that this ID is securely stored for use in automation and pipeline configurations.
{% endhint %}

## Why do I need Pynt-Id

Pynt-Id is your authentication token to Pynt platform it is needed to integrate Pynt into your CI/CD pipeline.

***

## How should I get Pynt-Id

There are two ways to get Pynt ID:

***

### Via Pynt platform

Go to Settings -> General -> Pynt ID and copy it.

<figure><img src="/files/eSq2eJ6XDbAxvlU3Dbju" alt=""><figcaption><p>Copy PyntID from SaaS</p></figcaption></figure>

***

### Via Pynt CLI

In Pynt CLI, Run:

```bash
pynt pynt-id
```

(You will be asked to login on your first time running Pynt)

<figure><img src="/files/XBbwn0ElfjUlSU0ZHXHE" alt=""><figcaption><p>Copy PyntID from Pynt CLI</p></figcaption></figure>

***

{% hint style="info" %}
💡 **Need Help?** For any questions or troubleshooting, reach out to the [**Pynt Community Support**](https://www.pynt.io/community).
{% endhint %}
