> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/integrations/overview/snyk-integration.md).

# Snyk Integration

Snyk helps identify vulnerabilities across open-source libraries, containers, cloud infrastructure, and code. This article provides a step-by-step guide for integrating Sprinto with Snyk.

#### **Prerequisites**

Before you begin, ensure you have the following:

* Access to your Sprinto admin portal.
* A valid API token from Snyk.
* Knowledge of your Snyk region. (See the "Identify Your Snyk Region" section for details.)

#### Identify Your Snyk Region

To find your Snyk region, check the address bar when logged into your Snyk app. The domain indicates the region, as shown in the table below:

<table><thead><tr><th width="222.7421875">URL</th><th width="132.09765625">Region</th></tr></thead><tbody><tr><td>https://app.snyk.io</td><td>US-01</td></tr><tr><td>https://app.us.snyk.io</td><td>US-02</td></tr><tr><td>https://app.au.snyk.io</td><td>AU-01</td></tr><tr><td>https://app.eu.snyk.io</td><td>EU-01</td></tr><tr><td>https://app.snykgov.io</td><td>GOV-01</td></tr></tbody></table>

#### **Steps to Integrate Sprinto with Snyk**

1. Log in to [Sprinto](https://app.sprinto.in/) with your credentials.
2. Navigate to **Security Hub** and go to **Vulnerabilities**.
3. Click **Add Monitoring Source** and select **Snyk** as your vulnerability scanner.
4. Click **Connect Snyk**.

<img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72046127136/original/RqLer7US0jB4QPTwSuOwlueCyvkDeIzdxg.png?1682027560" alt="" width="563">

5. Enter the API token from Snyk and select the appropriate region from the dropdown list.
6. Follow [this Snyk guide](https://snyk.io/blog/service-accounts/) to obtain your API token.
7. Click **Connect Snyk** to complete the integration.

<img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72046127157/original/KD4yBT2GYBcpm356smalJjUi1RmNRuAXVg.png?1682027598" alt="" width="563">

#### **Verification**

Once integrated, Sprinto will sync data within 24 hours and display the vulnerability status on the platform.

#### **Troubleshooting**

If you encounter any issues during integration, contact Sprinto Support via the in-app chat or email us at <support@sprinto.com>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.sprinto.com/integrations/overview/snyk-integration.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.
