# Pynt with API Testing CLIs

## Pynt CLI Integration with API Testing CLIs

Pynt integrates with API testing tools like **Postman** and **ReadyAPI** through their CLIs, enabling automated API security tests directly from the command line. This makes testing across environments and CI/CD pipelines more efficient by automating test executions.

***

## Advantages of Running Pynt via CLI

{% hint style="success" %}
🚀 **Automation and Efficiency**: Running Pynt via CLI automates security tests as part of your CI/CD pipeline, ensuring that every API change is tested for vulnerabilities, reducing the risk of security flaws reaching production.
{% endhint %}

***

{% hint style="info" %}
📈 **Scalability**: Easily scale your security testing across environments (development, staging, production). Pynt runs in parallel with existing tests, ensuring full coverage without slowing down processes.
{% endhint %}

***

{% hint style="warning" %}
⚙️ **Flexibility**: Customize test parameters, schedule scans, and integrate with various automation tools, all from the command line, giving you complete control over your security testing strategy.
{% endhint %}

***

{% hint style="info" %}
💡 **Seamless Integration**: Pynt integrates smoothly with popular API testing CLI tools, allowing you to add security testing to your workflows without extra setup or configuration.
{% endhint %}

***

## Available CLI Integrations:

* [**Newman** (Postman CLI)](/documentation/security-testing-integrations/pynt-with-api-testing-clis/pynt-for-newman-postman-cli.md)
* [**ReadyAPI testrunner**](/documentation/security-testing-integrations/pynt-with-api-testing-clis/pynt-for-testrunner-readyapi-cli.md)

***

{% hint style="info" %}
💡 **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-clis.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.
