# 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2Ff2uCw0NBmRORr5vB0EpL%2Fimage.png?alt=media&#x26;token=a3c65346-b08f-46ec-a1c6-9f649eb8e875" 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FgJcpOy95t66ZqiFeiLnM%2Fimage.png?alt=media&#x26;token=01af4afd-7b36-4268-9084-aab9792d1fb9" 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 %}
