> 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-readyapi.md).

# Pynt for ReadyAPI

## **What is ReadyAPI?**

{% hint style="info" %}
💡 [**ReadyAPI**](https://smartbear.com/product/ready-api/overview/) by SmartBear is a comprehensive API testing tool designed for functional, security, and performance testing. Known for its powerful features, ReadyAPI allows developers to automate and streamline API testing workflows. The tool supports REST, SOAP, and GraphQL, making it versatile for various API types.
{% endhint %}

<figure><img src="/files/90Vbt401HKLkKtyqVfW8" alt="" width="375"><figcaption><p>ReadyAPI</p></figcaption></figure>

***

## Pynt's Integration with ReadyAPI&#x20;

As part of its [API security testing](/documentation/api-security-testing/security-testing-overview.md) suit, Pynt allows seamless integration with any ReadyAPI tests.\
By integrating Pynt with ReadyAPI, you can leverage the power of this vast platform while enhancing your API security. Pynt automatically generates context-aware security tests based on your ReadyAPI tests, enabling you to identify vulnerabilities early in the development cycle and reduce the risk of security issues in production.

***

## Quick start&#x20;

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).

For this example, we will use [`pynt listen`](/documentation/api-security-testing/pynt-cli-modes/pynt-listen-cli-mode.md) and set it to capture all domains:

```bash
pynt listen --captured-domains "*"
```

We will see the following output, meaning Pynt is listening on port 6666 for incoming traffic

<figure><img src="/files/zzXtf5u2ke9GcduKE8CZ" alt=""><figcaption><p>Pynt listen mode</p></figcaption></figure>

Now on ReadyAPI, click on:

`ReadyAPI preferences -> Proxy -> Manual HTTP -> Host: 127.0.0.1, Port: 6666`

<figure><img src="/files/m5GfUYaBbV6WVBSlZyKL" alt=""><figcaption><p>ReadyAPI proxy setup</p></figcaption></figure>

Run the functional tests on ReadyAPI, when done return to the terminal and hit Enter to start Pynt scan on the traffic generated by ReadyAPI

<figure><img src="/files/5JnAxRjSQxPvXpj5Lfdt" alt=""><figcaption><p>Pynt for ReadyAPI example</p></figcaption></figure>

When scan is complete the Pynt report will open in the browser.

***

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