OWASP ZAP API Scripts is a collection of Python scripts and configuration files designed to automate security testing for APIs using the OWASP ZAP (Zed Attack Proxy) tool, with a specific focus on testing the Hackazon application. The package includes a main automation script, OWASPhackazonAPI.py, which orchestrates the testing workflow, along with supporting authentication scripts, security policies, and context configuration files. These scripts integrate with ZAP's scripting engine by being placed in specific directories such as the scripts, authentication, and contexts folders within the ZAP user directory. Key components include a token generation script for handling authentication, an authentication script for API sessions, a custom security policy for scan configurations, and a context definition file to scope the testing environment. This tool is useful for security professionals and penetration testers who want to streamline API vulnerability scanning, automate authenticated scans, and apply consiste