# Advanced Pynt Examples

## Advanced Pynt Examples

Advanced Pynt examples showcase the versatility and power of Pynt’s API security testing capabilities across different scenarios and tools. By integrating Pynt with **HAR files**, **Standalone containers**, and **cURL**, you can tailor your security testing workflows to fit your specific needs.

***

### Integration with Standalone Containers

{% hint style="info" %}
💡 **Standalone Containers**: Running Pynt without the CLI allows for use in non-traditional Docker environments, enabling you to scale and automate security tests across multiple instances with ease.
{% endhint %}

***

### Integration with HAR Files

{% hint style="info" %}
💡 **HAR Files**: Import HAR (HTTP Archive) files directly into your testing suite to analyze captured API traffic and run security tests based on real-world data, ensuring a comprehensive assessment.
{% endhint %}

***

### Integration with cURL

{% hint style="info" %}
💡 **cURL Integration**: Incorporate Pynt into your command-line workflows with cURL, enabling automatic security testing for HTTP requests made in your scripts or automation processes.
{% endhint %}

***

These advanced Pynt examples demonstrate how Pynt’s flexibility enhances API security testing across various tools and environments.

***

{% hint style="info" %}
💡 **Need Help?** For 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/advanced-pynt-examples.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.
