> 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-with-api-testing-tools/pynt-for-postman/run-pynt-container.md).

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