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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pynt.io/documentation/security-testing-integrations/pynt-on-ci-cd/how-to-get-pynt-id-for-ci-cd-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
