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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.pynt.io/documentation/security-testing-integrations/pynt-with-api-testing-tools/pynt-for-readyapi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
