# Run Pynt Container

{% hint style="info" %}
💡 **Running Pynt Container**: The Pynt container is needed to perform API security tests locally. It acts as the engine that executes the security scans, processing API traffic in real-time and applying context-aware tests to detect vulnerabilities.
{% endhint %}

***

## Setup

1. First, make sure Pynt's [prerequisites](/documentation/api-security-testing/prerequisites-for-running-pynt-scans.md) are met.
2. Follow the instructions to install Pynt container [here](/documentation/api-security-testing/how-to-install-pynt-cli.md).

***

## Running Pynt CLI Command for Postman&#x20;

{% hint style="info" %}
💡 **Postman CLI Command**: Running Pynt for Postman CLI command is required to allow **Pynt's container** to communicate with the Postman application. This ensures that security tests generated by Pynt can be executed efficiently within the Postman environment.
{% endhint %}

### Basic usage

```bash
pynt postman
```

### Optional arguments

{% code overflow="wrap" fullWidth="false" %}

```bash
    --port - set the port pynt will listen to (DEFAULT: 5001)
    --insecure - use when target uses self signed certificates
    --host-ca - path to the CA file in PEM format to enable SSL certificate verification for pynt when running through a VPN.
```

{% endcode %}

***

{% hint style="info" %}
💡 **Pynt CLI Troubleshooting**: If you're encountering issues with Pynt's CLI, visit the [**Pynt CLI Troubleshooting Guide**](https://docs.pynt.io/documentation/api-security-testing/pynt-scans-troubleshooting/pynt-cli-troubleshooting) for solutions and troubleshooting tips.
{% endhint %}

{% hint style="info" %}
💡 **Still 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-with-api-testing-tools/pynt-for-postman/run-pynt-container.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.
