# 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FrAdE8Om6d5RPvpBtNC3l%2Fimage.png?alt=media&#x26;token=4028dc7f-86d8-4a74-b5ff-d349cd4e1d05" alt="" width="375"><figcaption><p>ReadyAPI</p></figcaption></figure>

***

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

As part of its [API security testing](https://docs.pynt.io/documentation/api-security-testing) 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](https://docs.pynt.io/documentation/api-security-testing/prerequisites-for-running-pynt-scans) are met.
2. Follow the instructions to install Pynt container  [here](https://docs.pynt.io/documentation/api-security-testing/how-to-install-pynt-cli).

For this example, we will use [`pynt listen`](https://docs.pynt.io/documentation/api-security-testing/pynt-cli-modes/pynt-listen-cli-mode) 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FDa7NBVJDCJvltbmEM17b%2Fimage.png?alt=media&#x26;token=0d5ce52c-9b0d-4d3a-866d-73ce6719d9c2" 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FZRHHAfzd7ph5YtQtYbAd%2Fimage.png?alt=media&#x26;token=239e598d-7047-4f75-8aff-5397ef240ddc" 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="https://3462681674-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZKwBF6q0tAGXlIih38HL%2Fuploads%2FXnRIv8V7hIvtNiOLW6kG%2Fimage.png?alt=media&#x26;token=4174da27-1ca5-4f72-a116-537930917f70" 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 %}


---

# 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-readyapi.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.
