Integrations

Red-Team AI is HTTP-target-agnostic — anything you can expose behind a POST endpoint can be scanned. These pages give you a 60-second copy-paste path for the most common agent frameworks.

How it works

Every integration boils down to three knobs in your config:

  • target.baseUrl + target.agentEndpoint — where to POST.
  • requestSchema.messageField / customApiTemplate.bodyTemplate — how to put the attack prompt into your request body.
  • responseSchema.responsePath / customApiTemplate.responsePath — where to read the agent’s reply from the response JSON.

Set those three and the scanner will treat any framework as a black box. Add codebasePath pointing at your app and it becomes white-box — the planner reads your tools, guardrails, and auth code and generates attacks specific to your stack.

Don’t see your framework?

Open an issue or PR — most frameworks need ~20 lines of config. The pattern is in any of the four pages above.


Table of contents